HMSignificantEvent 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 events such as sunrise and sunset.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HMSignificantEvent
type HMSignificantEvent =
- Inheritance
-
HMSignificantEvent
- Attributes
Fields
Name | Value | Description |
---|---|---|
Sunrise | 0 | A rough estimate of the time of appearance above the horizon of the upper limb of the nearest star. |
Sunset | 1 | A rough estimate of the time of disappearance below the horizon of the upper limb of the nearest star. |