EnRecurrencePattern Enumeration |
The main recurrence pattern - determines how frequently appointments recur
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic enum EnRecurrencePattern
Public Enumeration EnRecurrencePattern
Dim instance As EnRecurrencePattern
public enum class EnRecurrencePattern
Members
| Member name | Value | Description |
---|
| enPatternNone | 0 | |
| enPatternDaily | 1 | |
| enPatternWeekly | 2 | |
| enPatternMonthly | 3 | |
| enPatternYearly | 4 | |
| enPatternCustom | 5 | |
See Also