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.
    Remarks
    To apply the rule to the last day of the selected months (regardless of the number of days in each month), select day 31 and set Treat31stAsLast to true.
    See Also