Installation π¦ | Documentation π | Support β
π Tiempo is a modern, lightweight library for date and time manipulation in C#. Tiempo provides a simple and consistent API that makes it easy to work with dates in any type of .NET application. From parsing and formatting dates to performing complex calculations and managing time zones, Tiempo provides you with all the tools you need to handle dates and times accurately and efficiently in your C# projects.
This project is available as a NuGet package. You can install it using the NuGet Package Console window:
dotnet add package Tiempo --version 1.5.0
- Day
- Weekday
- GetDayOfWeek
- IsSunday
- IsMonday
- IsTuesday
- IsWednesday
- IsThursday
- IsFriday
- IsSaturday
- IsWeekend
- IsWeekdays
- NextDay (DayOfWeek)
- NextDay (int dayOfWeek)
- NextSunday
- NextMonday
- NextTuesday
- NextWednesday
- NextThursday
- NextFriday
- NextSaturday
- PreviousDay (DayOfWeek)
- PreviousDay (int dayOfWeek)
- PreviousSunday
- PreviousMonday
- PreviousTuesday
- PreviousWednesday
- PreviousThursday
- PreviousFriday
- PreviousSaturday
- SetDayOfWeek (
DayOfWeek
,DayOfWeek weekStartsOn = DayOfWeek.Sunday
)
- Week
- Month
I am working to add more function. I would appreciate if you could give it a starβ, thank you very much.. π