Packagesystem.formatters.date
Classpublic class Months
InheritanceMonths Inheritance Object

This static enumeration class register all string constants to defined a month.



Public Methods
 MethodDefined By
  
[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
Public Constants
 ConstantDefined 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
Method Detail
getMonthNames()method
public static function getMonthNames():Array

Retrieves a list of localized strings containing the month names for the current calendar system.

Returns
Array — a list of localized strings containing the month names for the current calendar system.
setMonthNames()method 
public static function setMonthNames(names:Array):void

Sets a list of localized strings containing the month names for the current calendar system.

Parameters

names:Array

Constant Detail
APRILConstant
public static const APRIL:String = April

Fully written out string for april.

AUGUSTConstant 
public static const AUGUST:String = August

Fully written out string for august.

DECEMBERConstant 
public static const DECEMBER:String = December

Fully written out string for december.

FEBRUARYConstant 
public static const FEBRUARY:String = February

Fully written out string for february.

JANUARYConstant 
public static const JANUARY:String = January

Fully written out string for january.

JULYConstant 
public static const JULY:String = July

Fully written out string for july.

JUNEConstant 
public static const JUNE:String = June

Fully written out string for june.

MARCHConstant 
public static const MARCH:String = March

Fully written out string for march.

MAYConstant 
public static const MAY:String = May

Fully written out string for may.

NOVEMBERConstant 
public static const NOVEMBER:String = November

Fully written out string for november.

OCTOBERConstant 
public static const OCTOBER:String = October

Fully written out string for october.

SEPTEMBERConstant 
public static const SEPTEMBER:String = September

Fully written out string for september.