WeekdayType
WeekdayType enumeration
Represents a weekday of a project in the instance of RecurringTaskInfo
class.
[Flags]
public enum WeekdayType
Values
Name | Value | Description |
---|---|---|
None | 0 |
Indicates None weekday type. |
Sunday | 1 |
Indicates Sunday weekday type. |
Monday | 2 |
Indicates Monday weekday type. |
Tuesday | 4 |
Indicates Tuesday weekday type. |
Wednesday | 8 |
Indicates Wednesday weekday type. |
Thursday | 10 |
Indicates Thursday weekday type. |
Friday | 20 |
Indicates Friday weekday type. |
Saturday | 40 |
Indicates Saturday weekday type. |
See Also
- namespace Aspose.Tasks
- assembly Aspose.Tasks