[]
        
(Showing Draft Content)

C1.Globalization.JapaneseCalendarEx.GetDayOfWeek

GetDayOfWeek Method

GetDayOfWeek(DateTime)

Returns the day of the week in the specified DateTime.

Declaration
public override DayOfWeek GetDayOfWeek(DateTime time)
Public Overrides Function GetDayOfWeek(time As Date) As DayOfWeek
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