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


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

    Parameters

    weekdayNumber
    The day of the week. This must be one of the ArcanaDevelopment.adTempus.Shared.Weekday values
    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