adTempus API
ArcanaDevelopment.adTempus.Client Namespace / VariableUpdateAction Class / IncrementType Property


In This Topic
    IncrementType Property (VariableUpdateAction)
    In This Topic
    The type of increment to use for UpdateType==SetBasedOnDate
    Syntax
    'Declaration
     
    
    Public Property IncrementType As DayTimeInterval
    public DayTimeInterval IncrementType {get; set;}
    public:
    property DayTimeInterval IncrementType {
       DayTimeInterval get();
       void set (    DayTimeInterval value);
    }
    See Also