/// <summary> /// Get the holidays for the specified year. /// </summary> /// <param name="year"></param> /// <returns></returns> public static List <DateTime> Holidays(int year) { return(_provider.Holidays(year)); }