Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadabra committed Dec 25, 2024
1 parent ae174bd commit 8f75af7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![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)

_No AI, just math._

## Efficient Date Recurrence Library for .NET

**DateRecurrenceR** is a .NET library designed to handle and manage recurrence date patterns efficiently.
Expand Down Expand Up @@ -38,7 +40,7 @@ All these methods return an instance of `IEnumerator<DateOnly>`.
| dayOfMonth | The day of the month. Takes the last day of the month if `dayOfMonth` is more than the days in the month. |
| dayOfYear | The day of the year. |
| weekDays | Days of the week. |
| indexOfDay | Index of dayOfWeek in the month. |
| indexOfDay | Index of `dayOfWeek` in the month. |
| numberOfMonth | The number of the month. |
| firstDayOfWeek | The first day of the week. |

Expand Down

0 comments on commit 8f75af7

Please sign in to comment.