TimeUpDownExtensions
Wisej.Web.Markup.TimeUpDownExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.TimeUpDownExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the class.
Sets the maximum time value for the specified control.
TTimeUpDownControl
The type of the time up-down control.
domainUpDownControl
The time up-down control to modify.
maximum
The maximum time value to set.
Returns: . The time up-down control with the set maximum value.
Sets the minimum time value for the specified control.
TTimeUpDownControl
The type of the time up-down control.
domainUpDownControl
The time up-down control to modify.
minimum
The minimum time value to set.
TTimeUpDownControl
The type of the time up-down control.
TimeUpDownControl
The time up-down control to modify.
nullableValue
The nullable time value to set; can be null.
TTimeUpDownControl
The type of the time up-down control.
TimeUpDownControl
The time up-down control to modify.
action
The action to perform when the value changes.
TTimeUpDownControl
The type of the time up-down control.
domainUpDownControl
The time up-down control to modify.
value
The time value to set.
Returns: . The time up-down control with the set minimum value.
Sets a nullable time value for the specified control.
Returns: . The time up-down control with the set nullable value.
Attaches a value-changed event handler to the specified control.
Returns: . The time up-down control with the event handler attached.
Sets the current time value for the specified control.
Returns: . The time up-down control with the set value.