This methods checks whether the first data given start date is before
or after the second date given end date. It is important to preserve the
order of dates passed to methods and we provide this method to assist in the checking
of the order of dates within your applications.
true is returned if the start date is strictly prior to the end date.
If the start date is identical to or strictly after the end date on a given
calendars time-line then the method will return false.
AbstractBusinessCalendar Class | WebCab.BusinessCalendar Namespace