ASP.NET Core MVC コントロールヘルプ
FirstDayOfWeek メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > CalendarBuilder クラス : FirstDayOfWeek メソッド
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.
シンタックス
'宣言
 
Public Function FirstDayOfWeek( _
   ByVal value As System.DayOfWeek _
) As CalendarBuilder
public CalendarBuilder FirstDayOfWeek( 
   System.DayOfWeek value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
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.
参照

CalendarBuilder クラス
CalendarBuilder メンバ