CalendarExceptionType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class CalendarExceptionType extends System.Enum
Specifies the calendar exception type.
Fields
Field | Description |
---|---|
ByDayCount | Indicates By day count exception type. |
ByWeekDayCount | Indicates By weekday count exception type. |
Daily | Indicates Daily exception type. |
MonthlyByDay | Indicates Monthly by day of the month exception type. |
MonthlyByPosition | Indicates Monthly by position exception type. |
NoExceptionType | Indicates No exception type. |
Weekly | Indicates Weekly exception type. |
YearlyByDay | Indicates Yearly by day of the month exception type. |
YearlyByPosition | Indicates Yearly by position exception type. |
ByDayCount
public static final int ByDayCount
Indicates By day count exception type.
ByWeekDayCount
public static final int ByWeekDayCount
Indicates By weekday count exception type.
Daily
public static final int Daily
Indicates Daily exception type.
MonthlyByDay
public static final int MonthlyByDay
Indicates Monthly by day of the month exception type.
MonthlyByPosition
public static final int MonthlyByPosition
Indicates Monthly by position exception type.
NoExceptionType
public static final int NoExceptionType
Indicates No exception type.
Weekly
public static final int Weekly
Indicates Weekly exception type.
YearlyByDay
public static final int YearlyByDay
Indicates Yearly by day of the month exception type.
YearlyByPosition
public static final int YearlyByPosition
Indicates Yearly by position exception type.