Enum EndType

EndType enumeration

Specifies how the recurrence rule ends.

public enum EndType

Values

NameValueDescription
None0Pattern does not have an end.
Until1Pattern ends on a specified end date.
Count2Pattern ends after specified number of occurrences.

See Also