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;}
    Remarks
    This property is a bitmask. Use GetWeekday(Weekday) and SetWeekday(Weekday,Boolean) to get/set values.
    See Also