Packageflash.globalization
Classpublic final class DateTimeStyle
InheritanceDateTimeStyle Inheritance Object

Language version: ActionScript 3.0
Runtime version: AIR 2

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.

See also

DateTimeFormatter


Public Properties
 PropertyDefined by
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
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
  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
CUSTOMconstant
public static const CUSTOM:String = "custom"

Language version: ActionScript 3.0
Runtime version: AIR 2

Specifies that a custom pattern string is used to specify the date or time style.

LONGconstant 
public static const LONG:String = "long"

Language version: ActionScript 3.0
Runtime version: AIR 2

Specifies the long style of a date or time.

MEDIUMconstant 
public static const MEDIUM:String = "medium"

Language version: ActionScript 3.0
Runtime version: AIR 2

Specifies the medium style of a date or time.

NONEconstant 
public static const NONE:String = "none"

Language version: ActionScript 3.0
Runtime version: AIR 2

Specifies that the date or time should not be included in the formatted string.

SHORTconstant 
public static const SHORT:String = "short"

Language version: ActionScript 3.0
Runtime version: AIR 2

Specifies the short style of a date or time.