adTempus API
ArcanaDevelopment.adTempus.Client Namespace / TimeCriterion Class / Interval Property


In This Topic
    Interval Property (TimeCriterion)
    In This Topic
    The interval at which to execute
    Syntax
    'Declaration
     
    
    Public Property Interval As Integer
    public int Interval {get; set;}
    public:
    property int Interval {
       int get();
       void set (    int value);
    }
    Remarks
    The interval unit depends on the IntervalType
    See Also