DateTimeFormatInfo: GetDayName

GetDayName

Returns the full name for the day of the week.



 Public Function GetDayName(
	  ByVal dow As DayOfWeek ) As String

Parameters

dow
[ByVal] DayOfWeek. The day of the week to get the name for.

Return Values

String -  The name for the day of the week.

Remarks

See Also

Project VBCorLib Overview Class DateTimeFormatInfo Overview DateTimeFormatInfo Properties DateTimeFormatInfo Methods GetAllDateTimePatterns GetEra