'Declaration
Public Overloads Shared Function GetDayOfWeekName( _ ByVal day As DayOfWeek, _ ByVal culture As CultureInfo _ ) As String
public static string GetDayOfWeekName( DayOfWeek day, CultureInfo culture )
Parameters
- day
- The System.DayOfWeek value.
- culture
- The CultureInfo object.
Return Value
The culture-specific full name of the day of the week represented by dayofweek.