Enum MonthItemType

Enum MonthItemType

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

Specifies the month item for which an exception recurrence is scheduled.

public enum MonthItemType

Fields

Day = 0

Indicates Day month item type.

Friday = 8

Indicates Friday month item type.

Monday = 4

Indicates Monday month item type.

Saturday = 9

Indicates Saturday month item type.

Sunday = 3

Indicates Sunday month item type.

Thursday = 7

Indicates Thursday month item type.

Tuesday = 5

Indicates Tuesday month item type.

Undefined = -1

Indicates Undefined month item type.

Wednesday = 6

Indicates Wednesday month item type.

Weekday = 1

Indicates Weekday month item type.

WeekendDay = 2

Indicates WeekendDay month item type.