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

FieldDescription
ByDayCountIndicates By day count exception type.
ByWeekDayCountIndicates By weekday count exception type.
DailyIndicates Daily exception type.
MonthlyByDayIndicates Monthly by day of the month exception type.
MonthlyByPositionIndicates Monthly by position exception type.
NoExceptionTypeIndicates No exception type.
WeeklyIndicates Weekly exception type.
YearlyByDayIndicates Yearly by day of the month exception type.
YearlyByPositionIndicates 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.