Enum DayType
Enum DayType
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Specifies the day of a week.
public enum DayType
Fields
Exception = 0
Indicates Exception day type.
Friday = 6
Indicates Friday day type.
Monday = 2
Indicates Monday day type.
Saturday = 7
Indicates Saturday day type.
Sunday = 1
Indicates Sunday day type.
Thursday = 5
Indicates Thursday day type.
Tuesday = 3
Indicates Tuesday day type.
Wednesday = 4
Indicates Wednesday day type.