Enum DayPosition
DayPosition enumeration
Day positions, typically found in a month.
public enum DayPosition
Values
| Name | Value | Description |
|---|---|---|
| None | 0 | No values are set. |
| First | 1 | First occurrence found in a given interval. |
| Second | 2 | Second occurrence found in a given interval. |
| Third | 3 | Third occurrence found in a given interval. |
| Fourth | 4 | Fourth occurrence found in a given interval. |
| Last | 5 | Last occurrence found in a given interval. |
See Also
- namespace Aspose.Email.Calendar.Recurrences
- assembly Aspose.Email