Enum CalendarExceptionType
Enum CalendarExceptionType
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Specifies the calendar exception type.
public enum CalendarExceptionType
Fields
ByDayCount = 6
Indicates By day count exception type.
ByWeekDayCount = 7
Indicates By weekday count exception type.
Daily = 0
Indicates Daily exception type.
MonthlyByDay = 3
Indicates Monthly by day of the month exception type.
MonthlyByPosition = 4
Indicates Monthly by position exception type.
NoExceptionType = 8
Indicates No exception type.
Weekly = 5
Indicates Weekly exception type.
YearlyByDay = 1
Indicates Yearly by day of the month exception type.
YearlyByPosition = 2
Indicates Yearly by position exception type.