Enum Frequency

Frequency enumeration

Specifies frequency of the recurrence rule.

public enum Frequency

Values

NameValueDescription
None0No values are set.
Secondly1Occurrences repeat based on an interval of a second or more.
Minutely2Occurrences repeat based on an interval of a minute or more.
Hourly3Occurrences repeat based on an interval of an hour or more.
Daily4Occurrences repeat based on an interval of a day or more.
Weekly5Occurrences repeat based on an interval of a week or more.
Monthly6Occurrences repeat based on an interval of a month or more.
Yearly7Occurrences repeat based on an interval of a year or more.

See Also