Wisej.Web.TimeUpDownFormat
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Specifies the time format the TimeUpDown control displays.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.TimeUpDown
: Returns or sets the maximum value for the time editor.
: Returns or sets the minimum allowed value for time editor.
: Returns or sets the assigned to the spin box (also known as an up-down control) with the difference that when the text is empty it returns null.
This property should be used when the may hold a null value and it's bound to a database nullable column. Throws:
The assigned value is less than the property value; or the assigned value is greater than the property value.
: Returns or sets the text to be displayed in the control.
: Returns or sets the value assigned to the editor.
The assigned value is less than the property value; or the assigned value is greater than the property value.
Fired when the property has been changed in some way.
Name | Description |
---|
HHMM
The TimeUpDown control displays the hours and the minutes in double digits: i.e. 09:00.
HHMMSS
The TimeUpDown control displays the hours the minutes and the seconds in double digits: i.e. 09:45:03.
HM
The TimeUpDown control displays the hours and the minutes in single or double digits: i.e. 9:45.
HMS
The TimeUpDown control displays the hours the minutes and the seconds in single or double digits: i.e. 9:45:3.
Returns or sets the format use to display and parse the time value.
Bindable components implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
Provides access to the associated with the controls that implement this interface.
Provides access to the property for coontrols that support the read-only mode.
All wisej controls derived from the class must implement this interface.