adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DaySpecification Class / GetDay Method
The day of the month (1-31)


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

    Parameters

    dayNumber
    The day of the month (1-31)
    See Also