EndType Enumeration

Specifies how the recurrence rule ends.

Namespace:  Aspose.Email.Calendar.Recurrences
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum EndType
Members
  Member nameValueDescription
None0 Pattern does not have an end.
Until1 Pattern ends on a specified end date.
Count2 Pattern ends after specified number of occurrences.
See Also