File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 22
33[ ![ Release] ( https://github.com/Cadabra/DateRecurrenceR/actions/workflows/release.yml/badge.svg )] ( https://github.com/Cadabra/DateRecurrenceR/actions/workflows/release.yml ) [ ![ Nuget] ( https://img.shields.io/nuget/v/DateRecurrenceR?logo=NuGet )] ( https://www.nuget.org/packages/DateRecurrenceR ) [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/cadabra/daterecurrencer/badge/main )] ( https://www.codefactor.io/repository/github/cadabra/daterecurrencer/overview/main )
44
5+ _ No AI, just math._
6+
57## Efficient Date Recurrence Library for .NET
68
79** DateRecurrenceR** is a .NET library designed to handle and manage recurrence date patterns efficiently.
@@ -38,7 +40,7 @@ All these methods return an instance of `IEnumerator<DateOnly>`.
3840| dayOfMonth | The day of the month. Takes the last day of the month if ` dayOfMonth ` is more than the days in the month. |
3941| dayOfYear | The day of the year. |
4042| weekDays | Days of the week. |
41- | indexOfDay | Index of dayOfWeek in the month. |
43+ | indexOfDay | Index of ` dayOfWeek ` in the month. |
4244| numberOfMonth | The number of the month. |
4345| firstDayOfWeek | The first day of the week. |
4446
You can’t perform that action at this time.
0 commit comments