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

יום ראשון (Yom Rishon)

Monday

יום שני (Yom Sheni)

Tuesday

יום שלישי (Yom Shlishi)

Wednesday

יום רביעי (Yom Reviee)

Thursday

יום חמישי (Yom Chamishi)

Friday

יום שישי (Yom Shishi)

Saturday

שבת (Shabat)

Requirements

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