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.Enum
Specifies the month.
While exporting into XML the Undefined values will be eliminated from resulting XML.
-
-
Field Summary
Fields Modifier and Type Field Description static int
April
Indicates April month.static int
August
Indicates August month.static int
December
Indicates December month.static int
February
Indicates February month.static int
January
Indicates January month.static int
July
Indicates July month.static int
June
Indicates June month.static int
March
Indicates March month.static int
May
Indicates May month.static int
November
Indicates November month.static int
October
Indicates October month.static int
September
Indicates September month.static int
Undefined
Indicates 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
-
-