Show / Hide Table of Contents

Enum RecurrencePattern

Enumerator describing the main pattern of recurrence. This Enum is used by: RecurrenceRule.pattern

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum RecurrencePattern : short

Fields

Name Description
Custom

5: Custom recurrence, only dates are specified. See RecurrenceDayPattern for details

Daily

1: Dayly recurrence.

Monthly

3: Monthly recurrence.

Unknown

0: 0: Unknown/undecided type

Weekly

2: Weekly recurrence.

Yearly

4: Yearly recurrence.

Extension Methods

EnumUtil.MapEnums<SuperOffice.Data.RecurrencePattern, To>()
ObjectExtensions.AssignByReflection<RecurrencePattern>(RecurrencePattern)
ObjectExtensions.GraphCopy<RecurrencePattern>()
Converters.MapEnums<RecurrencePattern, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top