ASP.NET Core MVC コントロールヘルプ
SelectionMode メソッド (InputDateBaseBuilder<TControl,TBuilder>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > InputDateBaseBuilder<TControl,TBuilder> クラス : SelectionMode メソッド
The value.
Configurates C1.Web.Mvc.InputDateBase.SelectionMode. Sets a value that indicates whether users can select days, months, or no values at all.
シンタックス
'宣言
 
Public Overridable Function SelectionMode( _
   ByVal value As DateSelectionMode _
) As TBuilder
public virtual TBuilder SelectionMode( 
   DateSelectionMode value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
This property affects the behavior of the drop-down calendar, but not the format used to display dates. If you set selectionMode to 'Month', you should normally set the format property to 'MMM yyyy' or some format that does not include the day.
参照

InputDateBaseBuilder<TControl,TBuilder> クラス
InputDateBaseBuilder<TControl,TBuilder> メンバ