'Declaration
Public Enum RelativityType Inherits System.Enum
public enum RelativityType : System.Enum
public enum class RelativityType : public System.Enum
'Declaration
Public Enum RelativityType Inherits System.Enum
public enum RelativityType : System.Enum
public enum class RelativityType : public 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