iCalFrequencyType Enumeration |
The recurrence frequency unit for recurring calendar items. For example, Monthly indicates that the
recurring calendar item recurs on a monthly basis in the manner described by the other parts of the recurrence pattern.
Namespace:
NetQuarry.Mail
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public enum FrequencyType
Public Enumeration FrequencyType
Members
| Member name | Value | Description |
---|
| None | 0 |
The calendar item does not recur.
|
| Secondly | 1 |
The calendar item recurs on a second-by-second basis.
|
| Minutely | 2 |
The calendar item recurs a minute-by-minute basis.
|
| Hourly | 3 |
The calendar item recurs on an hourly basis.
|
| Daily | 4 |
The calendar item recurs on a daily basis.
|
| Weekly | 5 |
The calendar item recurs on a weekly basis.
|
| Monthly | 6 |
The calendar item recurs on a monthly basis.
|
| Yearly | 7 |
The calendar item recurs on a yearly basis.
|
See Also