Skip to content

Commit

Permalink
Switzerland - Add Saints Peter and Paul (Tessin) (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager authored Aug 20, 2024
1 parent 4f4ed6e commit 03ad7f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Nager.Date/HolidayProviders/SwitzerlandHolidayProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,14 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
SubdivisionCodes = ["CH-ZH", "CH-FR", "CH-SO", "CH-BS", "CH-BL", "CH-SH", "CH-AG", "CH-TG", "CH-TI", "CH-NE", "CH-JU"]
},
new HolidaySpecification
{
Date = new DateTime(year, 6, 29),
EnglishName = "Saints Peter and Paul",
LocalName = "Peter und Paul",
HolidayTypes = HolidayTypes.Public,
SubdivisionCodes = ["CH-TI"]
},
new HolidaySpecification
{
Date = new DateTime(year, 8, 1),
EnglishName = "Swiss National Day",
Expand Down

0 comments on commit 03ad7f1

Please sign in to comment.