Package | mx.formatters |
Class | public class DateBase |
Inheritance | DateBase Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
See also
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
dayNamesLong : Array [static]
Long format of day names. | DateBase | ||
dayNamesShort : Array [static]
Short format of day names. | DateBase | ||
monthNamesLong : Array [static]
Long format of month names. | DateBase | ||
monthNamesShort : Array [static]
Short format of month names. | DateBase | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | ||
timeOfDay : Array [static]
Time of day names. | DateBase |
Public Methods
Property Detail
dayNamesLong | property |
dayNamesLong:Array
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Long format of day names.
The default value is ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"].
Implementation
public static function get dayNamesLong():Array
public static function set dayNamesLong(value:Array):void
dayNamesShort | property |
dayNamesShort:Array
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Short format of day names.
The default value is ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"].
Implementation
public static function get dayNamesShort():Array
public static function set dayNamesShort(value:Array):void
monthNamesLong | property |
monthNamesLong:Array
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Long format of month names.
The default value is ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]..
Implementation
public static function get monthNamesLong():Array
public static function set monthNamesLong(value:Array):void
monthNamesShort | property |
monthNamesShort:Array
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Short format of month names.
The default value is ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct","Nov", "Dec"].
Implementation
public static function get monthNamesShort():Array
public static function set monthNamesShort(value:Array):void
timeOfDay | property |
timeOfDay:Array
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Time of day names.
The default value is ["AM", "PM"].
Implementation
public static function get timeOfDay():Array
public static function set timeOfDay(value:Array):void
Fri Mar 19 2010, 02:45 AM -07:00