[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.InputDateTimeTagHelper

InputDateTimeTagHelper Class

ITagHelper implementation for InputDateTime.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-input-date-time")]
public class InputDateTimeTagHelper : InputDateBaseTagHelper<InputDateTime>, ITagHelper, ITagHelperComponent, ITemplateTagHelper

Constructors

Name Description
InputDateTimeTagHelper()

Properties

Name Description
TimeFormat

Configurates TimeFormat. Sets the format used to display times in the drop-down list.

TimeMax

Configurates TimeMax. Sets the latest time that the user can enter.

TimeMin

Configurates TimeMin. Sets the earliest time that the user can enter.

TimeStep

Configurates TimeStep. Sets the number of minutes between entries in the drop-down list of times.