[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.JpCalendar.JapaneseCalendarEx.GetDayOfYear

GetDayOfYear Method

GetDayOfYear(DateTime)

Returns the day of the year in the specified DateTime.

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

The DateTime to read.

Returns
Type Description
int

An integer from 1 to 366 that represents the day of the year in the specified DateTime.

Overrides