Package com.aspose.tasks
Class MonthItemType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.MonthItemType
-
public final class MonthItemType extends com.aspose.ms.System.Enum
Specifies the month item for which an exception recurrence is scheduled.
-
-
Field Summary
Fields Modifier and Type Field Description static int
Day
Indicates Day month item type.static int
Friday
Indicates Friday month item type.static int
Monday
Indicates Monday month item type.static int
Saturday
Indicates Saturday month item type.static int
Sunday
Indicates Sunday month item type.static int
Thursday
Indicates Thursday month item type.static int
Tuesday
Indicates Tuesday month item type.static int
Undefined
Indicates Undefined month item type.static int
Wednesday
Indicates Wednesday month item type.static int
Weekday
Indicates Weekday month item type.static int
WeekendDay
Indicates WeekendDay month item type.
-
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 Undefined month item type.
- See Also:
- Constant Field Values
-
Day
public static final int Day
Indicates Day month item type.
- See Also:
- Constant Field Values
-
Weekday
public static final int Weekday
Indicates Weekday month item type.
- See Also:
- Constant Field Values
-
WeekendDay
public static final int WeekendDay
Indicates WeekendDay month item type.
- See Also:
- Constant Field Values
-
Sunday
public static final int Sunday
Indicates Sunday month item type.
- See Also:
- Constant Field Values
-
Monday
public static final int Monday
Indicates Monday month item type.
- See Also:
- Constant Field Values
-
Tuesday
public static final int Tuesday
Indicates Tuesday month item type.
- See Also:
- Constant Field Values
-
Wednesday
public static final int Wednesday
Indicates Wednesday month item type.
- See Also:
- Constant Field Values
-
Thursday
public static final int Thursday
Indicates Thursday month item type.
- See Also:
- Constant Field Values
-
Friday
public static final int Friday
Indicates Friday month item type.
- See Also:
- Constant Field Values
-
Saturday
public static final int Saturday
Indicates Saturday month item type.
- See Also:
- Constant Field Values
-
-