Getting Started
This guide will help you quickly get up and running with Wolfgang.Extensions.DateTime.
Prerequisites
Installation
Via NuGet Package Manager
dotnet add package Wolfgang.Extensions.DateTime
Via Package Manager Console
Install-Package Wolfgang.Extensions.DateTime
Quick Start
// Add your quick start code example here
// This should show the simplest way to use your library
using Wolfgang.Extensions.DateTime;
// Example usage
Next Steps
- Explore the API Reference for detailed documentation
- Read the Introduction to learn more about Wolfgang.Extensions.DateTime
- Check out example projects in the GitHub repository