adTempus API
ArcanaDevelopment.adTempus.Client Namespace / EffectiveSchedule Class / SetWeekday Method / SetWeekday(Weekday,Boolean) Method
The day of the week
Indicates whether the rule applies to the specified day


In This Topic
    SetWeekday(Weekday,Boolean) Method
    In This Topic
    Determines whether this rule applies to the specified day of the week
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetWeekday( _
       ByVal day As Weekday, _
       ByVal selected As Boolean _
    ) 
    public void SetWeekday( 
       Weekday day,
       bool selected
    )
    public:
    void SetWeekday( 
       Weekday day,
       bool selected
    ) 

    Parameters

    day
    The day of the week
    selected
    Indicates whether the rule applies to the specified day
    See Also