[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.JpCalendar.JapaneseCalendarEx.GetDayOfMonth

GetDayOfMonth Method

GetDayOfMonth(DateTime)

Returns the day of the month in the specified DateTime.

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

The DateTime to read.

Returns
Type Description
int

An integer from 1 to 31 that represents the day of the month in the specified DateTime.

Overrides