INRecurrenceFrequency Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates repetition frequencies.
[ObjCRuntime.Native]
public enum INRecurrenceFrequency
[<ObjCRuntime.Native>]
type INRecurrenceFrequency =
- Inheritance
-
INRecurrenceFrequency
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | Indicates an unknown frequency. |
| Minute | 1 | Indicates a repetition every minute. |
| Hourly | 2 | Indicates an hourly repetition. |
| Daily | 3 | Indicates a daily repetition. |
| Weekly | 4 | Indicates a weekly repetition. |
| Monthly | 5 | Indicates a monthly repetition. |
| Yearly | 6 | Indicates an annual repetition. |