Skip to content

Commit efa632a

Browse files
authored
Switzerland - Fix Rebublic Day (Neuchâtel) (#661)
1 parent 16cccbe commit efa632a

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
@@ -89,6 +89,14 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
8989
SubdivisionCodes = ["CH-UR", "CH-SZ", "CH-GR", "CH-TI"]
9090
},
9191
new HolidaySpecification
92+
{
93+
Date = new DateTime(year, 3, 1),
94+
EnglishName = "Republic Day",
95+
LocalName = "Jahrestag der Ausrufung der Republik",
96+
HolidayTypes = HolidayTypes.Public,
97+
SubdivisionCodes = ["CH-NE"]
98+
},
99+
new HolidaySpecification
92100
{
93101
Date = new DateTime(year, 3, 19),
94102
EnglishName = "Saint Joseph's Day",

0 commit comments

Comments
 (0)