[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.JpCalendar.JapaneseCalendarEx.GetDayOfWeek

GetDayOfWeek Method

GetDayOfWeek(DateTime)

Returns the day of the week in the specified DateTime.

Declaration
public override DayOfWeek GetDayOfWeek(DateTime time)
Parameters
Type Name Description
DateTime time

The DateTime to read.

Returns
Type Description
DayOfWeek

A DayOfWeek value that represents the day of the week in the specified DateTime.

Overrides