Dotnet-Project Framework documentation.

CalendarEX.WeekdayName Method 

Return the string representation of the day of a given datetime.

public static string WeekdayName(
   DateTime date,
   DayOfWeek firstDayOfWeek
);

Parameters

date
The date to get the day representation string from.
firstDayOfWeek
The first day of a week.

Return Value

String representation of the day.

Remarks

It will give a string according to the current thread culture info.

See Also

CalendarEX Class | DotnetProject Namespace