Dotnet-Project Framework documentation.

CalendarEX.GetDayOfWeek Method 

Get the dotnet DayOfWeek type of the given integer representing a day.

public static DayOfWeek GetDayOfWeek(
   int day
);

Parameters

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

Return Value

The dotnet DayOfWeek type.

See Also

CalendarEX Class | DotnetProject Namespace