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


In This Topic
    IntervalType Property
    In This Topic
    The unit to use when calculating the Interval
    Syntax
    'Declaration
     
    
    Public Property IntervalType As DayTimeInterval
    public DayTimeInterval IntervalType {get; set;}
    public:
    property DayTimeInterval IntervalType {
       DayTimeInterval get();
       void set (    DayTimeInterval value);
    }
    Remarks
    See Also