Bridge

DateTime..::..DayOfWeek Property

Gets the day of the week represented by this instance.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public DayOfWeek DayOfWeek { get; }
<TemplateAttribute> _
Public ReadOnly Property DayOfWeek As DayOfWeek
	Get
[TemplateAttribute]
public:
property DayOfWeek^ DayOfWeek {
	DayOfWeek^ get ();
}

Return Value

An enumerated constant that indicates the day of the week of this DateTime value.