GetDayName
Returns the full name for the day of the week.
Public Function GetDayName(
ByVal DayOfWeek As DayOfWeek ) As String
Parameters
- DayOfWeek
-
[ByVal]
DayOfWeek.
The day of the week to get the name for.
Return Values
String - The name for the day of the week.
See Also
Project CorLib Overview
Class DateTimeFormatInfo Overview