Show / Hide Table of Contents

Class LocalizationParameters

Inheritance
Object
LocalizationParameters
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.DCF.Web
Assembly: SuperOffice.DCFWeb.dll
Syntax
public class LocalizationParameters

Constructors

LocalizationParameters()

Declaration
public LocalizationParameters()

Properties

AbbreviatedDayNames

Declaration
public string[] AbbreviatedDayNames { get; set; }
Property Value
Type Description
String[]

AbbreviatedMonthNames

Declaration
public string[] AbbreviatedMonthNames { get; set; }
Property Value
Type Description
String[]

DayNames

Declaration
public string[] DayNames { get; set; }
Property Value
Type Description
String[]

FirstDayOfWeek

Declaration
public int FirstDayOfWeek { get; set; }
Property Value
Type Description
Int32

InvariantShortDatePattern

Declaration
public string InvariantShortDatePattern { get; set; }
Property Value
Type Description
String

InvariantShortTimePattern

Declaration
public string InvariantShortTimePattern { get; set; }
Property Value
Type Description
String

LongDatePattern

Declaration
public string LongDatePattern { get; set; }
Property Value
Type Description
String

LongTimePattern

Declaration
public string LongTimePattern { get; set; }
Property Value
Type Description
String

MonthNames

Declaration
public string[] MonthNames { get; set; }
Property Value
Type Description
String[]

NumberDecimalSeparator

Declaration
public string NumberDecimalSeparator { get; set; }
Property Value
Type Description
String

NumberGroupSeparator

Declaration
public string NumberGroupSeparator { get; set; }
Property Value
Type Description
String

ShortDatePattern

Declaration
public string ShortDatePattern { get; set; }
Property Value
Type Description
String

ShortTimePattern

Declaration
public string ShortTimePattern { get; set; }
Property Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top