TimeUpDownFormat
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the time format the TimeUpDown control displays.
- C#
- VB.NET
public enum TimeUpDownFormat : Enum
Public Enum TimeUpDownFormat As [Enum]
Fields
| 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. |
Used By
| Name | Description |
|---|---|
| TimeUpDown.Format | Returns or sets the format use to display and parse the time value. |