| Package | system.formatters.date |
| Class | public class Months |
| Inheritance | Months Object |
| Method | Defined By | ||
|---|---|---|---|
getMonthNames():Array [static]
Retrieves a list of localized strings containing the month names for the current calendar system. | Months | ||
setMonthNames(names:Array):void [static]
Sets a list of localized strings containing the month names for the current calendar system. | Months | ||
| Constant | Defined By | ||
|---|---|---|---|
| APRIL : String = April [static]
Fully written out string for april. | Months | ||
| AUGUST : String = August [static]
Fully written out string for august. | Months | ||
| DECEMBER : String = December [static]
Fully written out string for december. | Months | ||
| FEBRUARY : String = February [static]
Fully written out string for february. | Months | ||
| JANUARY : String = January [static]
Fully written out string for january. | Months | ||
| JULY : String = July [static]
Fully written out string for july. | Months | ||
| JUNE : String = June [static]
Fully written out string for june. | Months | ||
| MARCH : String = March [static]
Fully written out string for march. | Months | ||
| MAY : String = May [static]
Fully written out string for may. | Months | ||
| NOVEMBER : String = November [static]
Fully written out string for november. | Months | ||
| OCTOBER : String = October [static]
Fully written out string for october. | Months | ||
| SEPTEMBER : String = September [static]
Fully written out string for september. | Months | ||
| getMonthNames | () | method |
public static function getMonthNames():ArrayRetrieves a list of localized strings containing the month names for the current calendar system.
ReturnsArray — a list of localized strings containing the month names for the current calendar system.
|
| setMonthNames | () | method |
public static function setMonthNames(names:Array):voidSets a list of localized strings containing the month names for the current calendar system.
Parameters
names:Array |
| APRIL | Constant |
public static const APRIL:String = AprilFully written out string for april.
| AUGUST | Constant |
public static const AUGUST:String = AugustFully written out string for august.
| DECEMBER | Constant |
public static const DECEMBER:String = DecemberFully written out string for december.
| FEBRUARY | Constant |
public static const FEBRUARY:String = FebruaryFully written out string for february.
| JANUARY | Constant |
public static const JANUARY:String = JanuaryFully written out string for january.
| JULY | Constant |
public static const JULY:String = JulyFully written out string for july.
| JUNE | Constant |
public static const JUNE:String = JuneFully written out string for june.
| MARCH | Constant |
public static const MARCH:String = MarchFully written out string for march.
| MAY | Constant |
public static const MAY:String = MayFully written out string for may.
| NOVEMBER | Constant |
public static const NOVEMBER:String = NovemberFully written out string for november.
| OCTOBER | Constant |
public static const OCTOBER:String = OctoberFully written out string for october.
| SEPTEMBER | Constant |
public static const SEPTEMBER:String = SeptemberFully written out string for september.