adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DaySpecification Class / SetWeekday Method / SetWeekday(Weekday,Boolean) Method
The day of the week
true to select the specified day, false to deselect it.


In This Topic
    SetWeekday(Weekday,Boolean) Method
    In This Topic
    Selects or deselects the specified day of the week
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetWeekday( _
       ByVal weekdayNumber As Weekday, _
       ByVal selected As Boolean _
    ) 
    public void SetWeekday( 
       Weekday weekdayNumber,
       bool selected
    )
    public:
    void SetWeekday( 
       Weekday weekdayNumber,
       bool selected
    ) 

    Parameters

    weekdayNumber
    The day of the week
    selected
    true to select the specified day, false to deselect it.
    Remarks
    Note that the adTempus ArcanaDevelopment.adTempus.Shared.Weekday enum used here uses different values than the Windows System.DayOfWeek.
    See Also