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.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INRecurrenceFrequency
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. |