Skip to content

Commit 03ad7f1

Browse files
authored
Switzerland - Add Saints Peter and Paul (Tessin) (#668)
#667
1 parent 4f4ed6e commit 03ad7f1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Nager.Date/HolidayProviders/SwitzerlandHolidayProvider.cs

+8
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,14 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
113113
SubdivisionCodes = ["CH-ZH", "CH-FR", "CH-SO", "CH-BS", "CH-BL", "CH-SH", "CH-AG", "CH-TG", "CH-TI", "CH-NE", "CH-JU"]
114114
},
115115
new HolidaySpecification
116+
{
117+
Date = new DateTime(year, 6, 29),
118+
EnglishName = "Saints Peter and Paul",
119+
LocalName = "Peter und Paul",
120+
HolidayTypes = HolidayTypes.Public,
121+
SubdivisionCodes = ["CH-TI"]
122+
},
123+
new HolidaySpecification
116124
{
117125
Date = new DateTime(year, 8, 1),
118126
EnglishName = "Swiss National Day",

0 commit comments

Comments
 (0)