[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.JpCalendar.JapaneseCalendarEx.GetMonth

GetMonth Method

GetMonth(DateTime)

Returns the month in the specified DateTime.

Declaration
public override int GetMonth(DateTime time)
Parameters
Type Name Description
DateTime time

The DateTime to read.

Returns
Type Description
int

An integer from 1 to 12 that represents the month in the specified DateTime.

Overrides