Returns the day of the week in the specified
DateTime object.
Namespace:
?
System.Globalization
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overrides Function GetDayOfWeek ( _
time As DateTime _
) As DayOfWeek |
| JavaScript |
|---|
function getDayOfWeek(time); |
Return Value
A
DayOfWeek value that represents the day of the week in the specified
DateTime object.
See Also