ComponentOne ASP.NET MVC Controls
FirstDayOfWeek Method

C1.Web.Mvc.Fluent Namespace > CalendarBuilder Class : FirstDayOfWeek Method
The value.
Configurates C1.Web.Mvc.Calendar.FirstDayOfWeek. Sets a value that represents the first day of the week, the one displayed in the first column of the calendar.
Syntax
'Declaration
 
Public Function FirstDayOfWeek( _
   ByVal value As DayOfWeek _
) As CalendarBuilder
public CalendarBuilder FirstDayOfWeek( 
   DayOfWeek value
)

Parameters

value
The value.

Return Value

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.
See Also

Reference

CalendarBuilder Class
CalendarBuilder Members