This property indicates what format to use for the time: a user specified custom format or the system defined current locale time format. If the user specifies a custom time format, that format is used even if the locale of the application is switched. If the current locale time format is specified, and the locale of the application is switched, the time format will automatically change to that locale.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public GwxTimeDate..::..TimeDateFormats TimeFormat { get; set; }
Visual Basic
Public Property TimeFormat As GwxTimeDate..::..TimeDateFormats
	Get
	Set
JScript
function get TimeFormat () : GwxTimeDate..::..TimeDateFormats
function set TimeFormat (value : GwxTimeDate..::..TimeDateFormats)

See Also