* @param id the id of the HolidayRule.
* @return the number of rows changed. It is 1, if successful, 0 otherwise.
* @see com.acelet.s.task.HolidayRule
*/
public static int deleteHolidayRule(Connection connection, long id) throws Exception {
return new TaskProcess(connection).deleteHolidayRule(id);
}