[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.CalendarBuilder.FirstDayOfWeek

FirstDayOfWeek Method

FirstDayOfWeek(DayOfWeek)

Configurates FirstDayOfWeek. Sets a value that represents the first day of the week, the one displayed in the first column of the calendar.

Declaration
public CalendarBuilder FirstDayOfWeek(DayOfWeek value)
Parameters
Type Name Description
DayOfWeek value

The value.

Returns
Type Description
CalendarBuilder

Current builder.

Remarks

Setting this property to null causes the calendar to use the default for the current culture. In the English culture, the first day of the week is Sunday; in most European cultures, the first day of the week is Monday.