MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.JpCalendar Namespace / JapaneseCalendarEx Class / GetMonth Method
The System.DateTime to read.

In This Topic
GetMonth Method
In This Topic
Returns the month in the specified System.DateTime.
Syntax
'Declaration
 
Public Overrides NotOverridable Function GetMonth( _
   ByVal time 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.
See Also