This property indicates what format to use for the date: a user specified custom format or the system defined current locale date format (short format or long format). If the user specifies a custom date format, that format is used even if the locale of the application is switched. If the current locale date format (long or short) is specified, and the locale of the application is switched, the date 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 DateFormat { get; set; }
Visual Basic
Public Property DateFormat As GwxTimeDate..::..TimeDateFormats
	Get
	Set
JScript
function get DateFormat () : GwxTimeDate..::..TimeDateFormats
function set DateFormat (value : GwxTimeDate..::..TimeDateFormats)

See Also