adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DaySpecification Class / GetMonth Method
The month number (1=January, 12=December).


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

    Parameters

    monthNumber
    The month number (1=January, 12=December).
    See Also