EastAsianLunisolarCalendar.GetDayOfWeek(DateTime) Method

Definition

Calculates the day of the week in the specified date.

public:
 override DayOfWeek GetDayOfWeek(DateTime time);
public override DayOfWeek GetDayOfWeek (DateTime time);
override this.GetDayOfWeek : DateTime -> DayOfWeek
Public Overrides Function GetDayOfWeek (time As DateTime) As DayOfWeek

Parameters

time
DateTime

The DateTime to read.

Returns

One of the DayOfWeek values that represents the day of the week specified in the time parameter.

Exceptions

Applies to