[This is preliminary documentation and is subject to change.]
Gets the week day of this local date and time expressed as an IsoDayOfWeek value,
for calendars which use ISO days of the week.

C# | Visual Basic | Visual C++ |
public IsoDayOfWeek IsoDayOfWeek { get; }
Public ReadOnly Property IsoDayOfWeek As IsoDayOfWeek Get
public: property IsoDayOfWeek IsoDayOfWeek { IsoDayOfWeek get (); }

Exception | Condition |
---|---|
InvalidOperationException | The underlying calendar doesn't use ISO days of the week. |

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