New to Telerik UI for ASP.NET MVC? Download free 30-day trial

TimeDurationPickerColumnBuilder

Defines the fluent API for configuring the TimeDurationPickerColumn settings.

Methods

Format(System.String)

The format that will be used to display the column value in the input. The amount of # symbols should be equal to the largest amount of digits that the time unit can hold.

Parameters

value - System.String

The value that configures the format.

Max(System.Double)

Sets the maximum time unit value.

Parameters

value - System.Double

The value that configures the max.

Min(System.Double)

Sets the minimum time unit value.

Parameters

value - System.Double

The value that configures the min.

Name(System.String)

Specifies the name of the time unit the column will hold. Can be set to the following values: "days"; "hours"; "minutes"; "seconds" or "milliseconds".

Parameters

value - System.String

The value that configures the name.

Step(System.Double)

Specifies the value used to increment or decrement the column value

Parameters

value - System.Double

The value that configures the step.

In this article
Not finding the help you need?