EKSpan Enum

Definition

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

public enum EKSpan
type EKSpan = 
Inheritance
EKSpan

Fields

FutureEvents 1

The change affects all future events.

ThisEvent 0

The change only affects a particular instance of the event.

Applies to