[]
Indicates whether a calendar exception ends after the specified number of occurrences or by the given finish date.
public enum ExceptionLimitedBy
Name | Description |
---|---|
FinishDate | The exception ends by the given FinishDate. |
NumberOfOccurrences | The exception ends after the specified number of occurrences. |