Enum EndType
EndType enumeration
Specifies how the recurrence rule ends.
public enum EndType
Values
| Name | Value | Description |
|---|---|---|
| None | 0 | Pattern does not have an end. |
| Until | 1 | Pattern ends on a specified end date. |
| Count | 2 | Pattern ends after specified number of occurrences. |
See Also
- namespace Aspose.Email.Calendar.Recurrences
- assembly Aspose.Email