Month
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class Month extends System.Enum
Specifies the month.
While exporting into XML the Undefined values will be eliminated from resulting XML.
Fields
Field | Description |
---|---|
April | Indicates April month. |
August | Indicates August month. |
December | Indicates December month. |
February | Indicates February month. |
January | Indicates January month. |
July | Indicates July month. |
June | Indicates June month. |
March | Indicates March month. |
May | Indicates May month. |
November | Indicates November month. |
October | Indicates October month. |
September | Indicates September month. |
Undefined | Indicates the value was not defined in original project file. |
April
public static final int April
Indicates April month.
August
public static final int August
Indicates August month.
December
public static final int December
Indicates December month.
February
public static final int February
Indicates February month.
January
public static final int January
Indicates January month.
July
public static final int July
Indicates July month.
June
public static final int June
Indicates June month.
March
public static final int March
Indicates March month.
May
public static final int May
Indicates May month.
November
public static final int November
Indicates November month.
October
public static final int October
Indicates October month.
September
public static final int September
Indicates September month.
Undefined
public static final int Undefined
Indicates the value was not defined in original project file.