Dotnet-Project Framework documentation.

CalendarEX.GetDayOfWeekName Method 

Return the string representation of the day using the current culture.

public static string GetDayOfWeekName(
   int day
);

Parameters

day
Represent a day of the week [1-7].

Return Value

The string representation of a day.

See Also

CalendarEX Class | DotnetProject Namespace