Version

DisplayTimeIn24HourFormat Property

Returns true if time should be displayed in 24 hour format or false to dispay in 12 hour format with AM and PM designators
Syntax
'Declaration
 
Public Overridable ReadOnly Property DisplayTimeIn24HourFormat As Boolean
public virtual bool DisplayTimeIn24HourFormat {get;}

Property Value

True wiill format the hour is 24 hour format, e.g. 3:00 PM would be displayed as 15:00. By default this is determined by looking for a uppercase 'H' in the HourPattern.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also