Gets the date time format.

Namespace: Ico.AnyGlass.AlarmWorX.ViewModel
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string DateTimeFormat { get; internal set; }
Visual Basic
Public Property DateTimeFormat As String
	Get
	Friend Set
JScript
function get DateTimeFormat () : String
internal function set DateTimeFormat (value : String)

Field Value

The date time format.

See Also