Packagevegas.date
Classpublic class Month
InheritanceMonth Inheritance Object

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



Public Properties
 PropertyDefined By
  APRIL : String = April
[static] Fully written out string for april.
Month
  AUGUST : String = August
[static] Fully written out string for august.
Month
  DECEMBER : String = December
[static] Fully written out string for december.
Month
  FEBRUARY : String = February
[static] Fully written out string for february.
Month
  JANUARY : String = January
[static] Fully written out string for january.
Month
  JULY : String = July
[static] Fully written out string for july.
Month
  JUNE : String = June
[static] Fully written out string for june.
Month
  MARCH : String = March
[static] Fully written out string for march.
Month
  MAY : String = May
[static] Fully written out string for may.
Month
  NOVEMBER : String = November
[static] Fully written out string for november.
Month
  OCTOBER : String = October
[static] Fully written out string for october.
Month
  SEPTEMBER : String = September
[static] Fully written out string for september.
Month
Public Methods
 MethodDefined By
  
getMonths():Array
[static] Returns the array representation of all months constants.
Month
Property Detail
APRILproperty
public static var APRIL:String = April

Fully written out string for april.

AUGUSTproperty 
public static var AUGUST:String = August

Fully written out string for august.

DECEMBERproperty 
public static var DECEMBER:String = December

Fully written out string for december.

FEBRUARYproperty 
public static var FEBRUARY:String = February

Fully written out string for february.

JANUARYproperty 
public static var JANUARY:String = January

Fully written out string for january.

JULYproperty 
public static var JULY:String = July

Fully written out string for july.

JUNEproperty 
public static var JUNE:String = June

Fully written out string for june.

MARCHproperty 
public static var MARCH:String = March

Fully written out string for march.

MAYproperty 
public static var MAY:String = May

Fully written out string for may.

NOVEMBERproperty 
public static var NOVEMBER:String = November

Fully written out string for november.

OCTOBERproperty 
public static var OCTOBER:String = October

Fully written out string for october.

SEPTEMBERproperty 
public static var SEPTEMBER:String = September

Fully written out string for september.

Method Detail
getMonths()method
public static function getMonths():Array

Returns the array representation of all months constants.

Example :

         trace( "days   : " + Month.getMonths() ) ;
         

Returns
Array — the array representation of all months constants.