public static DayOfMonth Of(int day, Month month) { return(new DayOfMonth(day, month.GetMonth(), 0)); }