| window.runtime property | window.runtime.flash.globalization.DateTimeStyle |
| Inheritance | DateTimeStyle Object |
| Runtime Versions: | 2 |
DateTimeFormatter.setDateTimeStyles() method.
The CUSTOM constant cannot be used in the DateTimeFormatter constructor or the
DateFormatter.setDateTimeStyles() method.
This constant is instead set as the timeStyle and dateStyle property as a side effect of
calling the DateTimeFormatter.setDateTimePattern() method.
See also
Public Methods
Constants
| Constant | Defined By | ||
|---|---|---|---|
| CUSTOM : String = "custom" [static]
Specifies that a custom pattern string is used to specify the date or time style. | DateTimeStyle | ||
| LONG : String = "long" [static]
Specifies the long style of a date or time. | DateTimeStyle | ||
| MEDIUM : String = "medium" [static]
Specifies the medium style of a date or time. | DateTimeStyle | ||
| NONE : String = "none" [static]
Specifies that the date or time should not be included in the formatted string. | DateTimeStyle | ||
| SHORT : String = "short" [static]
Specifies the short style of a date or time. | DateTimeStyle | ||
Constant Detail
CUSTOM | Constant |
public static const CUSTOM:String = "custom"| Runtime Versions: | 2 |
Specifies that a custom pattern string is used to specify the date or time style.
LONG | Constant |
public static const LONG:String = "long"| Runtime Versions: | 2 |
Specifies the long style of a date or time.
MEDIUM | Constant |
public static const MEDIUM:String = "medium"| Runtime Versions: | 2 |
Specifies the medium style of a date or time.
NONE | Constant |
public static const NONE:String = "none"| Runtime Versions: | 2 |
Specifies that the date or time should not be included in the formatted string.
SHORT | Constant |
public static const SHORT:String = "short"| Runtime Versions: | 2 |
Specifies the short style of a date or time.
Thu Sep 29 2011, 02:34 AM -07:00

Object
Hide Inherited Public Properties
Show Inherited Properties