Enum RecurrenceEndType
Enumerator describing how the series of recurring activities are terminated.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum RecurrenceEndType
Fields
Name | Description |
---|---|
Counter | 2: The end of the recurrence is described with a number of recurring activities. |
EndDate | 1: The end of the recurrence is described by an end date. |
Unknown | 0: 0: Unknown/undecided type |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.RecurrenceEndType, To>()