Noda Time
IsoDayOfWeek Property
NamespacesNodaTimeLocalDateIsoDayOfWeek

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

Gets the week day of this local date expressed as an IsoDayOfWeek value, for calendars which use ISO days of the week.
Declaration Syntax
C#Visual BasicVisual C++
public IsoDayOfWeek IsoDayOfWeek { get; }
Public ReadOnly Property IsoDayOfWeek As IsoDayOfWeek
	Get
public:
property IsoDayOfWeek IsoDayOfWeek {
	IsoDayOfWeek get ();
}
Exceptions
ExceptionCondition
InvalidOperationExceptionThe underlying calendar doesn't use ISO days of the week.
See Also

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