[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.JpCalendar.JapaneseCalendarEx.GetYear

GetYear Method

GetYear(DateTime)

Returns the year in the specified DateTime.

Declaration
public override int GetYear(DateTime dateTime)
Parameters
Type Name Description
DateTime dateTime

The DateTime to read.

Returns
Type Description
int

An integer that represents the year in the specified DateTime.

Overrides