public final class CalendarExceptionType
extends com.aspose.ms.System.Enum
Specifies the calendar exception type.
Modifier and Type | Field and Description |
---|---|
static int |
ByDayCount
Indicates By day count exception type.
|
static int |
ByWeekDayCount
Indicates By weekday count exception type.
|
static int |
Daily
Indicates Daily exception type.
|
static int |
MonthlyByDay
Indicates Monthly by day of the month exception type.
|
static int |
MonthlyByPosition
Indicates Monthly by position exception type.
|
static int |
NoExceptionType
Indicates No exception type.
|
static int |
Weekly
Indicates Weekly exception type.
|
static int |
YearlyByDay
Indicates Yearly by day of the month exception type.
|
static int |
YearlyByPosition
Indicates Yearly by position exception 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 Daily
Indicates Daily exception type.
public static final int YearlyByDay
Indicates Yearly by day of the month exception type.
public static final int YearlyByPosition
Indicates Yearly by position exception type.
public static final int MonthlyByDay
Indicates Monthly by day of the month exception type.
public static final int MonthlyByPosition
Indicates Monthly by position exception type.
public static final int Weekly
Indicates Weekly exception type.
public static final int ByDayCount
Indicates By day count exception type.
public static final int ByWeekDayCount
Indicates By weekday count exception type.
public static final int NoExceptionType
Indicates No exception type.