adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DateCriterion Class
Members


In This Topic
    DateCriterion Class
    In This Topic
    Specifies rules for the dates on which a job will trigger
    Object Model
    DateCriterion ClassICustomProperties InterfaceDataContext ClassDaySpecificationCollection ClassDaySpecification ClassOID ClassADTObject ClassSchedule ClassSharedSchedule Class
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(True)>
    <GuidAttribute("78d78c49-f4a0-4f8b-89b1-2941a24aa151")>
    Public NotInheritable Class DateCriterion 
       Inherits ADTObject
    [ComVisible(true)]
    [Guid("78d78c49-f4a0-4f8b-89b1-2941a24aa151")]
    public sealed class DateCriterion : ADTObject 
    [ComVisible(true)]
    [Guid("78d78c49-f4a0-4f8b-89b1-2941a24aa151")]
    public ref class DateCriterion sealed : public ADTObject 
    Remarks

    To execute the job at a fixed interval (every x days) set CriterionType to ArcanaDevelopment.adTempus.Shared.DateCriterionType.Interval and set the Interval to the number of days to repeat after.

    To execute the job on specific days (using a list of dates or rules to calculate the dates) set CriterionType to ArcanaDevelopment.adTempus.Shared.DateCriterionType.SpecifiedDays and add rules to the Days collection.

    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.ObjectBase
          ArcanaDevelopment.adTempus.Client.ADTObject
             ArcanaDevelopment.adTempus.Client.DateCriterion

    See Also