Returns the day of the week in the specified
System.DateTime.
'Declaration
Public Overrides NotOverridable Function GetDayOfWeek( _
ByVal As Date _
) As DayOfWeek
public override DayOfWeek GetDayOfWeek(
DateTime
)
Parameters
- time
- The System.DateTime to read.
Return Value
A
System.DayOfWeek value that represents the day of the week in the specified
System.DateTime.