'DeclarationPublic Enum RelativityType Inherits System.Enum
public enum RelativityType : System.Enum
'DeclarationPublic Enum RelativityType Inherits System.Enum
public enum RelativityType : System.Enum
| Member | Value | Description |
|---|---|---|
| After | 1 | The occurrence must fall after the target date. |
| Before | 3 | The occurrence must fall before the target date. |
| OnOrAfter | 2 | The occurrence must fall on or after the target date. |
| OnOrBefore | 4 | The occurrence must fall on or before the target date. |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.RelativityType