HMSignificantEvent Enum

Definition

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

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.

Applies to