Skip to content

goliasse/Nager.Date

 
 

Repository files navigation

Nager.Date

Public holiday calculation for every year. Supported countries AT, BE, CH, DE, ES, FR, IT, LI, NL

#####Demo Website http://publicholiday.azurewebsites.net

#####nuget install-package Nager.Date

#####Example

//Get all publicHolidays of a country and year
var publicHolidays = DateSystem.GetPublicHoliday("DE", 2016);
//Check if a date a public holiday
if (DateSystem.IsPublicHoliday(date, "DE"))
{
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 79.6%
  • JavaScript 19.3%
  • Other 1.1%