'Declaration
Public Property CriterionType As TimeCriterionType
public TimeCriterionType CriterionType {get; set;}
public: property TimeCriterionType CriterionType { TimeCriterionType get(); void set ( TimeCriterionType value); }
'Declaration
Public Property CriterionType As TimeCriterionType
public TimeCriterionType CriterionType {get; set;}
public: property TimeCriterionType CriterionType { TimeCriterionType get(); void set ( TimeCriterionType value); }
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.