DateTimePickerExtensions
Wisej.Web.Markup.DateTimePickerExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.DateTimePickerExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the class.
Sets a custom date and time format string for the specified control.
TDateTimePicker
dateTimePicker
The date time picker for which to set the custom format.
format
The custom format string to be applied to the date time picker.
Returns: . The date time picker with the updated custom format.
This method sets the property to and applies the specified custom format string.
TDateTimePicker
dateTimePicker
The date time picker for which to set the format.
format
This method allows you to set the format of the date and time displayed in the date time picker using predefined formats.
TDateTimePicker
dateTimePicker
value
The maximum date and time value to set.
This method allows you to specify the latest date and time that can be selected by the user.
TDateTimePicker
dateTimePicker
value
The minimum date and time value to set.
This method allows you to specify the earliest date and time that can be selected by the user.
TDateTimePicker
dateTimePicker
action
The action to perform when the value changes.
TDateTimePicker
dateTimePicker
value
The type of the date time picker, which must inherit from .
Sets the format for displaying date and time in the specified control.
The type of the date time picker, which must inherit from .
The format to be applied to the date time picker, specified as a value.
Returns: . The date time picker with the updated format.
Sets the maximum date and time that can be selected in the specified .
The type of the .
The to set the maximum date for.
Returns: . The with the updated maximum date.
Sets the minimum date and time that can be selected in the specified .
The type of the .
The to set the minimum date for.
Returns: . The with the updated minimum date.
Attaches an event handler to the event.
The type of the .
The to attach the event handler to.
Returns: . The with the event handler attached.
This method allows you to execute a specified action whenever the value of the changes.
Sets the value of the specified control and returns the control.
The type of the control.
The control to set the value for.
The value to set.
Returns: . The control with the updated value.
This method allows for fluent syntax when setting the value of a control.