| Package | xp.utils |
| Class | public class DateSymbols |
See also
| Property | Defined by | ||
|---|---|---|---|
| amPm : Array
am pm symbols
| DateSymbols | ||
| dateTimeElements : Array
date time patterns
| DateSymbols | ||
| dateTimePatterns : Array
date time patterns
| DateSymbols | ||
| eras : Array
eras symbols
| DateSymbols | ||
| locale : Locale
The locale
| DateSymbols | ||
| months : Array
months symbols
| DateSymbols | ||
| shortMonths : Array
short months symbols
| DateSymbols | ||
| shortWeekdays : Array
short weekdays synbols
| DateSymbols | ||
| weekdays : Array
weekdays symbols
| DateSymbols | ||
| Method | Defined by | ||
|---|---|---|---|
|
DateSymbols(locale:Locale)
Constructor
On creation the date symbols data will be read from the locale
| DateSymbols | ||
|
getDateSymbols(locale:Locale = null):DateSymbols
[static]
| DateSymbols | ||
| amPm | property |
public var amPm:Arrayam pm symbols
| dateTimeElements | property |
public var dateTimeElements:Arraydate time patterns
| dateTimePatterns | property |
public var dateTimePatterns:Arraydate time patterns
| eras | property |
public var eras:Arrayeras symbols
| locale | property |
public var locale:LocaleThe locale
| months | property |
public var months:Arraymonths symbols
| shortMonths | property |
public var shortMonths:Arrayshort months symbols
| shortWeekdays | property |
public var shortWeekdays:Arrayshort weekdays synbols
| weekdays | property |
public var weekdays:Arrayweekdays symbols
| DateSymbols | () | constructor |
public function DateSymbols(locale:Locale)Constructor On creation the date symbols data will be read from the locale
Parameterslocale:Locale — The locale that these symbols are for
|
| getDateSymbols | () | method |
public static function getDateSymbols(locale:Locale = null):DateSymbolsParameters
locale:Locale (default = null) |
DateSymbols |