Skip to main content

Enum RecurrencePattern

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Enumerator describing the main pattern of recurrence. This Enum is used by: RecurrenceRule.pattern

Fields

Custom = 5 5: Custom recurrence, only dates are specified. See RecurrenceDayPattern for details Daily = 1 1: Dayly recurrence. Monthly = 3 3: Monthly recurrence. Unknown = 0 0: 0: Unknown/undecided type Weekly = 2 2: Weekly recurrence. Yearly = 4 4: Yearly recurrence.