System.Globalization.KoreanCalendar.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

일요일

Monday

월요일

Tuesday

화요일

Wednesday

수요일

Thursday

목요일

Friday

금요일

Saturday

토요일

Requirements

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