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


In This Topic
    CriterionType Property (TimeCriterion)
    In This Topic
    Specifies the type of criterion.
    Syntax
    'Declaration
     
    
    Public Property CriterionType As TimeCriterionType
    public TimeCriterionType CriterionType {get; set;}
    public:
    property TimeCriterionType CriterionType {
       TimeCriterionType get();
       void set (    TimeCriterionType value);
    }
    Remarks

    When CriterionType is ArcanaDevelopment.adTempus.Shared.TimeCriterionType.Interval the IntervalType and Interval specifies the fixed interval at which the job should trigger. The first execution occurs at the StartTime if specified, or at 12:00am if StartTime is not set, and continues up until the EndTime if specified, or 11:59pm if EndTime is not set.

    When CriterionType is ArcanaDevelopment.adTempus.Shared.TimeCriterionType.SpecifiedTimes the Times collection specifies the times when the job should trigger.

    See Also