ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
flash.globalization 

DateTimeNameStyle  - AS3

Packageflash.globalization
Classpublic final class DateTimeNameStyle
InheritanceDateTimeNameStyle Inheritance Object

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

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.

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  FULL : String = "full"
[static] Specifies the full form or full name style for month names and weekday names.
DateTimeNameStyle
  LONG_ABBREVIATION : String = "longAbbreviation"
[static] Specifies the long abbreviation style for month names and weekday names.
DateTimeNameStyle
  SHORT_ABBREVIATION : String = "shortAbbreviation"
[static] Specifies the short abbreviation style for month names and weekday names.
DateTimeNameStyle
Constant Detail

FULL

Constant
public static const FULL:String = "full"

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Specifies the full form or full name style for month names and weekday names. Examples: Tuesday, November.

LONG_ABBREVIATION

Constant 
public static const LONG_ABBREVIATION:String = "longAbbreviation"

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Specifies the long abbreviation style for month names and weekday names. Examples: Tues for Tuesday, Nov for November.

SHORT_ABBREVIATION

Constant 
public static const SHORT_ABBREVIATION:String = "shortAbbreviation"

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Specifies the short abbreviation style for month names and weekday names. Examples: T for Tuesday, N for November.