MonthItemType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class MonthItemType extends System.Enum
Specifies the month item for which an exception recurrence is scheduled.
Fields
Field | Description |
---|---|
Day | Indicates Day month item type. |
Friday | Indicates Friday month item type. |
Monday | Indicates Monday month item type. |
Saturday | Indicates Saturday month item type. |
Sunday | Indicates Sunday month item type. |
Thursday | Indicates Thursday month item type. |
Tuesday | Indicates Tuesday month item type. |
Undefined | Indicates Undefined month item type. |
Wednesday | Indicates Wednesday month item type. |
Weekday | Indicates Weekday month item type. |
WeekendDay | Indicates WeekendDay month item type. |
Day
public static final int Day
Indicates Day month item type.
Friday
public static final int Friday
Indicates Friday month item type.
Monday
public static final int Monday
Indicates Monday month item type.
Saturday
public static final int Saturday
Indicates Saturday month item type.
Sunday
public static final int Sunday
Indicates Sunday month item type.
Thursday
public static final int Thursday
Indicates Thursday month item type.
Tuesday
public static final int Tuesday
Indicates Tuesday month item type.
Undefined
public static final int Undefined
Indicates Undefined month item type.
Wednesday
public static final int Wednesday
Indicates Wednesday month item type.
Weekday
public static final int Weekday
Indicates Weekday month item type.
WeekendDay
public static final int WeekendDay
Indicates WeekendDay month item type.