Gets the number of business days since other date
other
int businessDaysSince(DateTime other) { return DateCalculations.countBusinessDays(other, this); }