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

In This Topic
    Holidays Property
    In This Topic
    A SharedSchedule defining days on which the job should not execute
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property Holidays As SharedSchedule
    [CanBeNull()]
    public SharedSchedule Holidays {get; set;}
    Remarks

    Any day that matches the rules defined for this SharedSchedule is handled according to the HolidayTreatment setting.

    See Also