[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.InputDateTimeBuilder

InputDateTimeBuilder Class

Defines a builder to configurate InputDateTime.

Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class InputDateTimeBuilder : InputDateBaseBuilder<InputDateTime, InputDateTimeBuilder>, IHtmlString

Constructors

Name Description
InputDateTimeBuilder(InputDateTime)

Creates one InputDateTimeBuilder instance to configurate component.

Methods

Name Description
TimeFormat(string)

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

TimeMax(DateTime)

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

TimeMin(DateTime)

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

TimeStep(int)

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

Extension Methods