'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).
'Declaration
Public Function GetMonth( _ ByVal monthNumber As Integer _ ) As Boolean
public bool GetMonth( int monthNumber )
public: bool GetMonth( int monthNumber )