Returns the month in the specified
System.DateTime.
'Declaration
Public Overrides NotOverridable Function GetMonth( _
ByVal As Date _
) As Integer
Parameters
- time
- The System.DateTime to read.
Return Value
An integer from 1 to 12 that represents the month in the specified
System.DateTime.