Package | flash.globalization |
Class | public final class DateTimeNameContext |
Inheritance | DateTimeNameContext Object |
Language version: | ActionScript 3.0 |
Runtime version: | AIR 2 |
context
parameters for the DateTimeFormatter's
getMonthNames()
and getWeekDayNames()
methods.
The context parameter only changes the results of those methods for certain locales and operating systems. For most locales the lists of month names and weekday names do not differ by context.
See also
Constant | Defined by | ||
---|---|---|---|
FORMAT : String = "format" [static]
Indicates that the date element name is used within a date format.
| DateTimeNameContext | ||
STANDALONE : String = "standalone" [static]
Indicates that the date element name is used in a "stand alone" context, independent of other formats.
| DateTimeNameContext |
FORMAT | constant |
public static const FORMAT:String = "format"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 2 |
Indicates that the date element name is used within a date format.
STANDALONE | constant |
public static const STANDALONE:String = "standalone"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 2 |
Indicates that the date element name is used in a "stand alone" context, independent of other formats. For example, the name can be used to show only the month name in a calendar or the weekday name in a date chooser.