Skip to main content
Version: 4.1

TimeUpDownFormat

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Specifies the time format the TimeUpDown control displays.

public enum TimeUpDownFormat : Enum

Fields

NameDescription
HHMMThe TimeUpDown control displays the hours and the minutes in double digits: i.e. 09:00.
HHMMSSThe TimeUpDown control displays the hours the minutes and the seconds in double digits: i.e. 09:45:03.
HMThe TimeUpDown control displays the hours and the minutes in single or double digits: i.e. 9:45.
HMSThe TimeUpDown control displays the hours the minutes and the seconds in single or double digits: i.e. 9:45:3.

Used By

NameDescription
TimeUpDown.FormatReturns or sets the format use to display and parse the time value.