CalendarDay
CalendarDay enumeration
Represents the day of the week.
public enum CalendarDay
Values
Name | Value | Description |
---|---|---|
None | 0 |
No values are set. |
Monday | 1 |
Monday. |
Tuesday | 2 |
Tuesday. |
Wednesday | 3 |
Wednesday. |
Thursday | 4 |
Thursday. |
Friday | 5 |
Friday. |
Saturday | 6 |
Saturday. |
Sunday | 7 |
Sunday. |
Day | 8 |
Represents all days of the week: SU,MO,TU,WE,TH,FR,SA. |
WeekDay | 9 |
Represents weekdays of the week: MO,TU,WE,TH,FR. |
WeekendDay | 10 |
Represents weekend days of the week: SU,SA. |
See Also
- namespace Aspose.Email.Calendar.Recurrences
- assembly Aspose.Email