adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DaySpecification Class / SetMonth Method
The month number (1=January, 12=December).
true to select the specified month, false to deselect it.


In This Topic
    SetMonth Method
    In This Topic
    Selects to deselects the specified month for this rule
    Syntax
    'Declaration
     
    
    Public Sub SetMonth( _
       ByVal monthNumber As Integer, _
       ByVal selected As Boolean _
    ) 
    public void SetMonth( 
       int monthNumber,
       bool selected
    )
    public:
    void SetMonth( 
       int monthNumber,
       bool selected
    ) 

    Parameters

    monthNumber
    The month number (1=January, 12=December).
    selected
    true to select the specified month, false to deselect it.
    See Also