Noda Time
DayOfWeek Property
NamespacesNodaTimeZonedDateTimeDayOfWeek

[This is preliminary documentation and is subject to change.]

Gets the week day of this zoned date and time as a number.
Declaration Syntax
C#Visual BasicVisual C++
public int DayOfWeek { get; }
Public ReadOnly Property DayOfWeek As Integer
	Get
public:
property int DayOfWeek {
	int get ();
}
Remarks
For calendars using ISO week days, this gives 1 for Monday to 7 for Sunday.
See Also

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)