Package com.aspose.tasks
Class CalendarExceptionType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.CalendarExceptionType
-
public final class CalendarExceptionType extends com.aspose.ms.System.Enum
Specifies the calendar exception type.
-
-
Field Summary
Fields Modifier and Type Field 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.
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
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
-
-
-
-
Field Detail
-
Daily
public static final int Daily
Indicates Daily exception type.
- See Also:
- Constant Field Values
-
YearlyByDay
public static final int YearlyByDay
Indicates Yearly by day of the month exception type.
- See Also:
- Constant Field Values
-
YearlyByPosition
public static final int YearlyByPosition
Indicates Yearly by position exception type.
- See Also:
- Constant Field Values
-
MonthlyByDay
public static final int MonthlyByDay
Indicates Monthly by day of the month exception type.
- See Also:
- Constant Field Values
-
MonthlyByPosition
public static final int MonthlyByPosition
Indicates Monthly by position exception type.
- See Also:
- Constant Field Values
-
Weekly
public static final int Weekly
Indicates Weekly exception type.
- See Also:
- Constant Field Values
-
ByDayCount
public static final int ByDayCount
Indicates By day count exception type.
- See Also:
- Constant Field Values
-
ByWeekDayCount
public static final int ByWeekDayCount
Indicates By weekday count exception type.
- See Also:
- Constant Field Values
-
NoExceptionType
public static final int NoExceptionType
Indicates No exception type.
- See Also:
- Constant Field Values
-
-