System.Globalization.JapaneseCalendar.GetDayOfWeek Method

Returns the day of the week in the specified DateTime.

Syntax

public override DayOfWeek GetDayOfWeek (DateTime time)

Parameters

time
The DateTime to read.

Returns

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

Remarks

The DayOfWeek values are as follows:

Sunday

日曜日 (Nichiyoubi)

Monday

月曜日 (Getsuyoubi)

Tuesday

火曜日 (Kayoubi)

Wednesday

水曜日 (Suiyoubi)

Thursday

木曜日 (Mokuyoubi)

Friday

金曜日 (Kinyoubi)

Saturday

土曜日 (Doyoubi)

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0