Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saiabhinav001 authored Jan 8, 2025
1 parent 81b8785 commit 9739b2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

## What is DateTimeExtensions?

DateTimeExtensions is a powerful C# library that extends the functionality of `System.DateTime` and `System.DateTimeOffset`. It provides a set of useful methods for working with dates and times, making your code more expressive and easier to read.
DateTimeExtensions is a powerful C# library that extends the functionality of `System.DateTime` and `System.DateTimeOffset`. It provides useful methods for working with dates and times, making your code more expressive and easier to read.

## Key Features

1. **Working Days Calculations**: Easily add or subtract working days, taking into account regional holidays.
1. **Working Days Calculations**: Easily add or subtract working days, considering regional holidays.
2. **Holiday Support**: Includes holiday definitions for multiple cultures and regions.
3. **Natural Language Date Differences**: Get the difference between dates in human-readable format.
4. **Time of Day Operations**: Simplify time-based comparisons and checks.
Expand Down Expand Up @@ -88,7 +88,7 @@ We welcome contributions! Here's how you can help:
4. Add or update tests as necessary
5. Submit a pull request

For adding new holiday definitions, please prefix culture-specific holidays with the country name (e.g., "USA_IndependenceDay").
To add new holiday definitions, please prefix culture-specific holidays with the country name (e.g., "USA_IndependenceDay").

## Documentation

Expand All @@ -102,7 +102,7 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) fi

- Logo design by @manuelbarbosa
- Build script assistance by @matkoch using [Nuke](http://www.nuke.build/)
- Open source license provided by JetBrains
- Open source license provided by [JetBrains](https://www.jetbrains.com/)

---

Expand Down

0 comments on commit 9739b2c

Please sign in to comment.