Language version: | ActionScript 3.0 |
Enumerates constants that determine a locale-specific date and time formatting pattern. These constants are used when
constructing a DateTimeFormatter object or when calling the
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.
public static const CUSTOM:String = "custom"
Language version: | ActionScript 3.0 |
Specifies that a custom pattern string is used to specify the date or time style.
public static const LONG:String = "long"
Language version: | ActionScript 3.0 |
Specifies the long style of a date or time.
public static const MEDIUM:String = "medium"
Language version: | ActionScript 3.0 |
Specifies the medium style of a date or time.
public static const NONE:String = "none"
Language version: | ActionScript 3.0 |
Specifies that the date or time should not be included in the formatted string.
public static const SHORT:String = "short"
Language version: | ActionScript 3.0 |
Specifies the short style of a date or time.
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00