adTempus API
ArcanaDevelopment.adTempus.Client Namespace / EffectiveSchedule Class / Weekdays Property


In This Topic
    Weekdays Property
    In This Topic
    Specifies the weekdays this rule applies to.
    Syntax
    'Declaration
     
    
    Public Property Weekdays As Integer
    public int Weekdays {get; set;}
    public:
    property int Weekdays {
       int get();
       void set (    int value);
    }
    Remarks
    This property is a bitmask. Use GetWeekday(Weekday) and SetWeekday(Weekday,Boolean) to get/set values.
    See Also