nager/Nager.Date

Chile - New Year's Day

Closed this issue · 1 comments

Affected country

Chile

Affected public holiday

New Year's Day

Source of the information

https://www.feriados.cl/

More information

Apparently there are 2 public New Year's holidays in Chile and some other countries

If the holiday falls on a Sunday, it will be postponed to the following Monday. (Observed)

var newYearDay = new DateTime(year, 1, 1).Shift(saturday => saturday, sunday => sunday.AddDays(1));