File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ All these methods return an instance of `IEnumerator<DateOnly>`.
38
38
| dayOfMonth | The day of the month. Takes the last day of the month if ` dayOfMonth ` is more than the days in the month. |
39
39
| dayOfYear | The day of the year. |
40
40
| weekDays | Days of the week. |
41
- | numberOfWeek | Index of dayOfWeek in the month. |
41
+ | indexOfDay | Index of dayOfWeek in the month. |
42
42
| numberOfMonth | The number of the month. |
43
43
| firstDayOfWeek | The first day of the week. |
44
44
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ public WeekDays(DayOfWeek day)
25
25
/// </summary>
26
26
/// <param name="day1"><see cref="DayOfWeek" /></param>
27
27
/// <param name="day2"><see cref="DayOfWeek" /></param>
28
-
29
28
public WeekDays ( DayOfWeek day1 , DayOfWeek day2 )
30
29
: this ( day1 , day2 , day2 )
31
30
{
You can’t perform that action at this time.
0 commit comments