Day positions, typically found in a month.
Namespace:
Aspose.Email.Calendar.Recurrences
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
SyntaxPublic Enumeration DayPosition
public enum class DayPosition
Members|
| Member 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