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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > CalendarBuilder クラス : FormatDays メソッド
The value.
Configurates C1.Web.Mvc.Calendar.FormatDays. Sets the format used to display the days in month view.
シンタックス
'宣言
 
Public Function FormatDays( _
   ByVal value As System.String _
) As CalendarBuilder
public CalendarBuilder FormatDays( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
The default value for this property is 'd ' (the space after the 'd' prevents the format from being interpreted as 'd', the standard format used to represent the short date pattern).
参照

CalendarBuilder クラス
CalendarBuilder メンバ