Gets or sets the date format string.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
string DateFormat { get; set; }
Visual Basic
Property DateFormat As String
	Get
	Set
Visual C++
property String^ DateFormat {
	String^ get ();
	void set (String^ value);
}

See Also