window.runtime property | window.runtime.flash.globalization.DateTimeNameStyle |
Inheritance | DateTimeNameStyle Object |
Runtime Versions: | 2 |
nameStyle
parameter
of the DateTimeFormatter getMonthNames()
and getWeekDayNames()
methods.
The LONG_ABBREVIATION
and SHORT_ABBREVIATION
may be the same or
different depending on the operating system settings.
See also
Public Methods
Constants
Constant | Defined By | ||
---|---|---|---|
FULL : String = "full" [static]
Specifies the full form or full name style for month names and weekday names. | DateTimeNameStyle | ||
LONG_ABBREVIATION : String = "longAbbreviation" [static]
Specifies the long abbreviation style for month names and weekday names. | DateTimeNameStyle | ||
SHORT_ABBREVIATION : String = "shortAbbreviation" [static]
Specifies the short abbreviation style for month names and weekday names. | DateTimeNameStyle |
Constant Detail
FULL | Constant |
public static const FULL:String = "full"
Runtime Versions: | 2 |
Specifies the full form or full name style for month names and weekday names. Examples: Tuesday, November.
LONG_ABBREVIATION | Constant |
public static const LONG_ABBREVIATION:String = "longAbbreviation"
Runtime Versions: | 2 |
Specifies the long abbreviation style for month names and weekday names. Examples: Tues for Tuesday, Nov for November.
SHORT_ABBREVIATION | Constant |
public static const SHORT_ABBREVIATION:String = "shortAbbreviation"
Runtime Versions: | 2 |
Specifies the short abbreviation style for month names and weekday names. Examples: T for Tuesday, N for November.
Thu Sep 29 2011, 02:34 AM -07:00