adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / VariableUpdateType Enumeration

In This Topic
    VariableUpdateType Enumeration
    In This Topic
    Specifies the operation to perform on a variable.
    Syntax
    'Declaration
     
    
    Public Enum VariableUpdateType 
       Inherits System.Enum
    public enum VariableUpdateType : System.Enum 
    Members
    MemberValueDescription
    IncrementDecrement1 
    SetBasedOnDate2 
    SetValue0 
    SetValueWithExpansion3 
    Inheritance Hierarchy

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

    See Also