RecurringFrequencies Enumeration

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image
An enumeration of built-in recurring event frequencies

Namespace: Calendar.NET
Assembly: Calendar.NET (in Calendar.NET.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum RecurringFrequencies
Visual Basic
Public Enumeration RecurringFrequencies
Visual C++
public enum class RecurringFrequencies

Members

Member nameValueDescription
None0 Indicates that the event is non recurring will occur only one time
Daily1 Indicates that the event will occur every day
EveryWeekday2 Indicates that the event will occur every week day (Mon - Fri)
EveryMonWedFri3 Indicates that the event will occur every Mon, Wed and Fri
EveryTueThurs4 Indicates that the event will occur every Tuesday and Thursday
Weekly5 Indicates that the event will occur every week
Monthly6 Indicates that the event will occur every month
Yearly7 Indicates that the event will occur once a year, on the month and day specified
EveryWeekend8 Indicates that the event will occur every weekend on Saturday and Sunday
Custom99 Indicates that the recuring schedule of this event is unique

See Also