window.runtime property | window.runtime.flash.globalization.DateTimeNameContext |
Inheritance | DateTimeNameContext Object |
Runtime Versions: | 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
Public Methods
Constants
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 |
Constant Detail
FORMAT | Constant |
public static const FORMAT:String = "format"
Runtime Versions: | 2 |
Indicates that the date element name is used within a date format.
STANDALONE | Constant |
public static const STANDALONE:String = "standalone"
Runtime Versions: | 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.
Thu Sep 29 2011, 02:34 AM -07:00