adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SharedSchedule Class / UseAsHolidaySet Property


In This Topic
    UseAsHolidaySet Property
    In This Topic
    Indicates whether this schedule is a Holiday Set
    Syntax
    'Declaration
     
    
    Public Property UseAsHolidaySet As Boolean
    public bool UseAsHolidaySet {get; set;}
    public:
    property bool UseAsHolidaySet {
       bool get();
       void set (    bool value);
    }
    Remarks
    See the general Remarks for SharedSchedule
    See Also