Skip to content

Commit

Permalink
Åland - Remove some holidays
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Feb 7, 2024
1 parent 8f5c034 commit 3bf5153
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Nager.Date/PublicHolidays/AlandProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,12 @@ public IEnumerable<PublicHoliday> GetHolidays(int year)
var items = new List<PublicHoliday>();
items.Add(new PublicHoliday(year, 1, 1, "Nyårsdagen", "New Year's Day", countryCode));
items.Add(new PublicHoliday(year, 6, 1, "Trettondagen", "Epiphany", countryCode));
items.Add(new PublicHoliday(year, 3, 30, "Ålands demilitariseringsdag", "Demilitarization Day", countryCode));
items.Add(this._catholicProvider.GoodFriday("Långfredag", year, countryCode));
items.Add(this._catholicProvider.EasterSunday("Påskdagen", year, countryCode).SetLaunchYear(1642));
items.Add(this._catholicProvider.EasterMonday("Annandag påsk", year, countryCode).SetLaunchYear(1642));
items.Add(new PublicHoliday(year, 4, 30, "Valborgsmässoafton", "Walpurgis Night", countryCode));
items.Add(new PublicHoliday(year, 5, 1, "Första maj", "May Day", countryCode));
items.Add(this._catholicProvider.AscensionDay("Kristi himmelsfärdsdagn", year, countryCode));
items.Add(this._catholicProvider.Pentecost("Pingstdagen", year, countryCode));
items.Add(this._catholicProvider.WhitMonday("Annandag Pingst", year, countryCode));
items.Add(new PublicHoliday(year, 6, 9, "Självstyrelsedagen", "Autonomy Day", countryCode));
items.Add(new PublicHoliday(thirdFridayInJune, "Midsommarafton", "Midsummer Eve", countryCode));
items.Add(new PublicHoliday(thirdSaturdayInJune, "Midsommardagen", "Midsummer Day", countryCode));
Expand Down

0 comments on commit 3bf5153

Please sign in to comment.