Package | flash.globalization |
Class | public final class DateTimeNameContext |
Inheritance | DateTimeNameContext Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, 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
Public Properties
Public Methods
Public 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"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, 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 Versions: | Flash Player 10.1, 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.
Thu May 20 2010, 02:19 AM -07:00