Share via


EKSpan Enum

Definition

Determines how changes to an event will be applied, either it affects a single instance or affects all instances.

[ObjCRuntime.Native]
public enum EKSpan
[<ObjCRuntime.Native>]
type EKSpan = 
Inheritance
EKSpan
Attributes

Fields

Name Value Description
ThisEvent 0

The change only affects a particular instance of the event.

FutureEvents 1

The change affects all future events.

Applies to