EastAsianLunisolarCalendar::GetDayOfWeek Method (DateTime)
.NET Framework (current version)
Calculates the day of the week in the specified date.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- time
-
Type:
System::DateTime
The DateTime to read.
Return Value
Type: System::DayOfWeekOne of the DayOfWeek values that represents the day of the week specified in the time parameter.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | time is less than MinSupportedDateTime or greater than MaxSupportedDateTime. |
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: