Enum RecurrenceYearlyPattern
Enumerator describing the different patterns for a yearly recurrence
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum RecurrenceYearlyPattern
Fields
| Name | Description |
|---|---|
| DayOfMonth | 6: The recurrence is for a numbered day of the month, e.g. the 17. day of August |
| Unknown | 0: 0: Unknown/undecided type |
| WeekdayOfMonth | 7: The recurrence is for weekdays in the month, e.g. the 3. thursday of August |