TimeDurationPickerColumnBuilder
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 for Format
Max(System.Double)
Sets the maximum time unit value.
Parameters
value - System.Double
The value for Max
Min(System.Double)
Sets the minimum time unit value.
Parameters
value - System.Double
The value for 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 for Name
Step(System.Double)
Specifies the value used to increment or decrement the column value
Parameters
value - System.Double
The value for Step