public final class MonthItemType
extends com.aspose.ms.System.Enum
Specifies the month item for which an exception recurrence is scheduled.
Modifier and Type | Field and 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.
|
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
public static final int Undefined
Indicates Undefined month item type.
public static final int Day
Indicates Day month item type.
public static final int Weekday
Indicates Weekday month item type.
public static final int WeekendDay
Indicates WeekendDay month item type.
public static final int Sunday
Indicates Sunday month item type.
public static final int Monday
Indicates Monday month item type.
public static final int Tuesday
Indicates Tuesday month item type.
public static final int Wednesday
Indicates Wednesday month item type.
public static final int Thursday
Indicates Thursday month item type.
public static final int Friday
Indicates Friday month item type.
public static final int Saturday
Indicates Saturday month item type.