Package com.aspose.tasks
Class Month
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.Month
-
public final class Month extends com.aspose.ms.System.EnumSpecifies the month.
While exporting into XML the Undefined values will be eliminated from resulting XML.
-
-
Field Summary
Fields Modifier and Type Field Description static intAprilIndicates April month.static intAugustIndicates August month.static intDecemberIndicates December month.static intFebruaryIndicates February month.static intJanuaryIndicates January month.static intJulyIndicates July month.static intJuneIndicates June month.static intMarchIndicates March month.static intMayIndicates May month.static intNovemberIndicates November month.static intOctoberIndicates October month.static intSeptemberIndicates September month.static intUndefinedIndicates the value was not defined in original project file.
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
-
-
-
-
Field Detail
-
Undefined
public static final int Undefined
Indicates the value was not defined in original project file.
- See Also:
- Constant Field Values
-
January
public static final int January
Indicates January month.
- See Also:
- Constant Field Values
-
February
public static final int February
Indicates February month.
- See Also:
- Constant Field Values
-
March
public static final int March
Indicates March month.
- See Also:
- Constant Field Values
-
April
public static final int April
Indicates April month.
- See Also:
- Constant Field Values
-
May
public static final int May
Indicates May month.
- See Also:
- Constant Field Values
-
June
public static final int June
Indicates June month.
- See Also:
- Constant Field Values
-
July
public static final int July
Indicates July month.
- See Also:
- Constant Field Values
-
August
public static final int August
Indicates August month.
- See Also:
- Constant Field Values
-
September
public static final int September
Indicates September month.
- See Also:
- Constant Field Values
-
October
public static final int October
Indicates October month.
- See Also:
- Constant Field Values
-
November
public static final int November
Indicates November month.
- See Also:
- Constant Field Values
-
December
public static final int December
Indicates December month.
- See Also:
- Constant Field Values
-
-