Specifies frequency of the recurrence rule.
Namespace:
Aspose.Email.Calendar.Recurrences
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax Public Enumeration Frequency
public enum class Frequency
Members
| Member name | Value | Description |
---|
| None | 0 |
No values are set.
|
| Secondly | 1 |
Occurrences repeat based on an interval of a second or more.
|
| Minutely | 2 |
Occurrences repeat based on an interval of a minute or more.
|
| Hourly | 3 |
Occurrences repeat based on an interval of an hour or more.
|
| Daily | 4 |
Occurrences repeat based on an interval of a day or more.
|
| Weekly | 5 |
Occurrences repeat based on an interval of a week or more.
|
| Monthly | 6 |
Occurrences repeat based on an interval of a month or more.
|
| Yearly | 7 |
Occurrences repeat based on an interval of a year or more.
|
See Also