The shorter form of the function
public static bool IsLastDayOfMonth(this DateTime date) { return date.AddDays(1).Day == 1; }