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 
    public enum class VariableUpdateType : public System.Enum 
    Members
    MemberValueDescription
    IncrementDecrement1 Increment or decrement a numeric value
    SetBasedOnDate2 Set based on the current date
    SetValue0 Set a new value
    SetValueWithExpansion3 Set a new value from a string that may contain variable tokens (expand the tokens before setting)
    Inheritance Hierarchy

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

    See Also