[This is preliminary documentation and is subject to change.]
Equates the days of the week with their numerical value according to
ISO-8601. This corresponds with System.DayOfWeek except for Sunday, which
is 7 in the ISO numbering and 0 in System.DayOfWeek.
| C# | Visual Basic | Visual C++ |
public enum IsoDayOfWeek
Public Enumeration IsoDayOfWeek
public enum class IsoDayOfWeek
| Member | Description |
|---|---|
| None |
Value indicating no day of the week; this will never be returned
by any IsoDayOfWeek property, and is not valid as an argument to
any method.
|
| Monday |
Value representing Monday (1).
|
| Tuesday |
Value representing Tuesday (2).
|
| Wednesday |
Value representing Wednesday (3).
|
| Thursday |
Value representing Thursday (4).
|
| Friday |
Value representing Friday (5).
|
| Saturday |
Value representing Saturday (6).
|
| Sunday |
Value representing Sunday (7).
|
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)