Enum Frequency
Frequency enumeration
Specifies frequency of the recurrence rule.
public enum Frequency
Values
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
- namespace Aspose.Email.Calendar.Recurrences
- assembly Aspose.Email