A ScheduleTrigger has one or more Schedules that define the days/times when the job should execute. The trigger executes the job once for each unique date/time that matches one of the Schedules (if the job has multiple Schedules that select the same date/time, the job is not executed more than once for that date/time).
The ScheduleTrigger may also define a HolidayTreatment rule and Holidays to define days when the job does not execute. The holiday settings override the date rules defined by the Schedules.
System.Object
ArcanaDevelopment.adTempus.Client.ObjectBase
ArcanaDevelopment.adTempus.Client.ADTObject
ArcanaDevelopment.adTempus.Client.Trigger
ArcanaDevelopment.adTempus.Client.ScheduleTrigger