}
}
}
}
HolidayOrExceptions hoe = row.getHolidayOrExceptions();
if (hoe != null)
{
for (HolidayOrException ex : hoe.getHolidayOrException())
{
Date startDate = DateUtility.getDayStartDate(ex.getDate());
Date endDate = DateUtility.getDayEndDate(ex.getDate());
ProjectCalendarException pce = calendar.addCalendarException(startDate, endDate);