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