Gets the name for the day of the week.

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

Syntax

C#
public string DayOfWeek { get; }
Visual Basic
Public ReadOnly Property DayOfWeek As String
	Get
Visual C++
public:
property String^ DayOfWeek {
	String^ get ();
}

See Also