Skip to content

Commit b90f0ee

Browse files
authored
Switzerland - Fix Whit Monday and Corpus Christi (#636)
1 parent 2a553f9 commit b90f0ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Nager.Date/HolidayProviders/SwitzerlandHolidayProvider.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
177177
this._catholicProvider.GoodFriday("Karfreitag", year).SetSubdivisionCodes("CH-ZH", "CH-BE", "CH-LU", "CH-UR", "CH-SZ", "CH-OW", "CH-NW", "CH-GL", "CH-ZG", "CH-FR", "CH-SO", "CH-BS", "CH-BL", "CH-SH", "CH-AR", "CH-AI", "CH-SG", "CH-GR", "CH-AG", "CH-TG", "CH-VD", "CH-NE", "CH-GE", "CH-JU"),
178178
this._catholicProvider.EasterMonday("Ostermontag", year).SetSubdivisionCodes("CH-ZH", "CH-BE", "CH-LU", "CH-UR", "CH-SZ", "CH-OW", "CH-NW", "CH-GL", "CH-ZG", "CH-FR", "CH-SO", "CH-BS", "CH-BL", "CH-SH", "CH-AR", "CH-AI", "CH-SG", "CH-GR", "CH-AG", "CH-TG", "CH-TI", "CH-VD", "CH-NE", "CH-GE", "CH-JU"),
179179
this._catholicProvider.AscensionDay("Auffahrt", year),
180-
this._catholicProvider.WhitMonday("Pfingstmontag", year),
181-
this._catholicProvider.CorpusChristi("Fronleichnam", year)
180+
this._catholicProvider.WhitMonday("Pfingstmontag", year).SetSubdivisionCodes("CH-ZH", "CH-BE", "CH-LU", "CH-UR", "CH-SZ", "CH-OW", "CH-NW", "CH-GL", "CH-ZG", "CH-FR", "CH-BS", "CH-BL", "CH-SH", "CH-AR", "CH-AI", "CH-SG", "CH-GR", "CH-TG", "CH-TI", "CH-VD", "CH-NE", "CH-GE", "CH-JU"),
181+
this._catholicProvider.CorpusChristi("Fronleichnam", year).SetSubdivisionCodes("CH-LU", "CH-UR", "CH-SZ", "CH-OW", "CH-NW", "CH-ZG", "CH-AI", "CH-TI", "CH-VS", "CH-JU")
182182
};
183183

184184
return holidaySpecifications;

0 commit comments

Comments
 (0)