[]
        
(Showing Draft Content)

C1.Web.Mvc.InputDateTime

InputDateTime Class

The control allows users to input dates and times, either by typing complete date/time values in any format supported, or by picking dates from a drop-down calendar and times from a drop-down list.

Namespace: C1.Web.Mvc
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public class InputDateTime : InputDateBase, IHtmlContent, ITemplate, IDropDown

Constructors

Name Description
InputDateTime(IHtmlHelper, string)

Creates one InputDateTime instance.

Properties

Name Description
TimeFormat

Gets or sets the format used to display times in the drop-down list.

TimeMax

Gets or sets the latest time that the user can enter.

TimeMin

Gets or sets the earliest time that the user can enter.

TimeStep

Gets or sets the number of minutes between entries in the drop-down list of times.