adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ScheduleTrigger Class / Schedules Property


In This Topic
    Schedules Property (ScheduleTrigger)
    In This Topic
    Collection of Schedules defining the dates/times when the job should run.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property Schedules As ScheduleCollection
    [NotNull()]
    public ScheduleCollection Schedules {get;}
    [NotNull()]
    public:
    property ScheduleCollection^ Schedules {
       ScheduleCollection^ get();
    }
    Remarks
    The trigger executes the job for each unique date/time defined by any of the Schedules. See the general Remarks for ScheduleTrigger for more information.
    See Also