Bridge

DateTimeFormatInfo..::..GetAbbreviatedDayName Method

Namespace:  System.Globalization
Assembly:  Bridge (in Bridge.dll)

Syntax


public string GetAbbreviatedDayName(
	DayOfWeek dayofweek
)
Public Function GetAbbreviatedDayName ( _
	dayofweek As DayOfWeek _
) As String
public:
String^ GetAbbreviatedDayName(
	DayOfWeek^ dayofweek
)

Parameters

dayofweek
Type: System..::..DayOfWeek