adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DaySpecification Class / SetDay Method
The day of the month (1-31)
true to select the specified day, false to deselect it.


In This Topic
    SetDay Method
    In This Topic
    Determines whether the rule applies to the specified day of the month
    Syntax
    'Declaration
     
    
    Public Sub SetDay( _
       ByVal dayNumber As Integer, _
       ByVal selected As Boolean _
    ) 
    public void SetDay( 
       int dayNumber,
       bool selected
    )
    public:
    void SetDay( 
       int dayNumber,
       bool selected
    ) 

    Parameters

    dayNumber
    The day of the month (1-31)
    selected
    true to select the specified day, false to deselect it.
    See Also