Language version: | ActionScript 3.0 |
The DateTimeNameStyle class enumerates constants that control the length of the month names and weekday names
that are used when formatting dates. Use these constants for the
nameStyle
parameter
of the DateTimeFormatter
getMonthNames()
and
getWeekDayNames()
methods.
The LONG_ABBREVIATION
and SHORT_ABBREVIATION
may be the same or
different depending on the operating system settings.
public static const FULL:String = "full"
Language version: | ActionScript 3.0 |
Specifies the full form or full name style for month names and weekday names.
Examples: Tuesday, November.
public static const LONG_ABBREVIATION:String = "longAbbreviation"
Language version: | ActionScript 3.0 |
Specifies the long abbreviation style for month names and weekday names.
Examples: Tues for Tuesday, Nov for November.
public static const SHORT_ABBREVIATION:String = "shortAbbreviation"
Language version: | ActionScript 3.0 |
Specifies the short abbreviation style for month names and weekday names.
Examples: T for Tuesday, N for November.
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00