Class RecurrenceYearlyPattern
Enumerator describing the different patterns for a yearly recurrence
Inheritance
System.Object
RecurrenceYearlyPattern
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class RecurrenceYearlyPattern : Enum
Fields
DayOfMonth
6: The recurrence is for a numbered day of the month, e.g. the 17. day of August
Declaration
public const RecurrenceYearlyPattern DayOfMonth
Field Value
Type | Description |
---|---|
RecurrenceYearlyPattern |
Unknown
0: 0: Unknown/undecided type
Declaration
public const RecurrenceYearlyPattern Unknown
Field Value
Type | Description |
---|---|
RecurrenceYearlyPattern |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
WeekdayOfMonth
7: The recurrence is for weekdays in the month, e.g. the 3. thursday of August
Declaration
public const RecurrenceYearlyPattern WeekdayOfMonth
Field Value
Type | Description |
---|---|
RecurrenceYearlyPattern |
Extension Methods
EnumUtil.MapEnums<From, To>(From)