Upravit

Sdílet prostřednictvím


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

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