adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DaySpecification Class / SetWeekday Method / SetWeekday(Int32,Boolean) Method

In This Topic
    SetWeekday(Int32,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetWeekday( _
       ByVal WeekdayNumber As Integer, _
       ByVal selected As Boolean _
    ) 
    public void SetWeekday( 
       int WeekdayNumber,
       bool selected
    )

    Parameters

    WeekdayNumber
    selected
    See Also