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


In This Topic
    HolidayTreatment Property
    In This Topic
    Determines how the job should behave when a scheduled execution falls on a day defined as a holiday
    Syntax
    'Declaration
     
    
    Public Property HolidayTreatment As HolidayTreatment
    public HolidayTreatment HolidayTreatment {get; set;}
    public:
    property HolidayTreatment HolidayTreatment {
       HolidayTreatment get();
       void set (    HolidayTreatment value);
    }
    See Also