adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / RelativityType Enumeration


In This Topic
    RelativityType Enumeration
    In This Topic
    The type of a relative date rule
    Syntax
    'Declaration
     
    
    Public Enum RelativityType 
       Inherits System.Enum
    public enum RelativityType : System.Enum 
    public enum class RelativityType : public System.Enum 
    Members
    MemberValueDescription
    After1 The occurrence must fall after the target date.
    Before3 The occurrence must fall before the target date.
    OnOrAfter2 The occurrence must fall on or after the target date.
    OnOrBefore4 The occurrence must fall on or before the target date.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.RelativityType

    See Also