DateTimeFormatInfo: GetAbbreviatedDayName

GetAbbreviatedDayName

Returns the abbreviated name for the specified day-of-the-week.



 Public Function GetAbbreviatedDayName(
	  ByVal DayOfWeek As DayOfWeek ) As String

Parameters

DayOfWeek
[ByVal] DayOfWeek. The Day-Of-Week to get the name of.

Return Values

String -  The abbreviated version of the name for the day-of-week.

Remarks

DayOfWeek is 0 based. It is not identical to the vbDayOfweek, which is 1 based.

See Also

Project CorLib Overview

Class DateTimeFormatInfo Overview