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


In This Topic
    Schedule Class
    In This Topic
    A Schedule defines rules for when a job should run.
    Object Model
    Schedule ClassDataContext ClassDateCriterion ClassOID ClassADTObject ClassSharedSchedule ClassTimeCriterion Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class Schedule 
       Inherits ADTObject
    public sealed class Schedule : ADTObject 
    public ref class Schedule sealed : public ADTObject 
    Remarks

    Each ScheduleTrigger has one or more Schedules defining the days when the job should execute.

    The Schedule uses a DateCriterion or SharedSchedule to define the day(s) on which the job should execute, and a TimeCriterion specifying the times.

    The ScheduleTrigger may also specify a HolidaySet specifying days on which the job should not execute.

    Inheritance Hierarchy

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

    See Also