Name | The name of this business calendar. |
daysBetween | |
daysOfWeekBetween | |
isHoliday | Returns true if the specified date is a non-business day with respect to
a given business calendar.
|
isWorkingDay | Returns true if the specified date calendar is a business day
with respect to a given business calendar.
|
nextHoliday | Returns the next non-business day after a given date. |
nextPaymentDate | Returns the index of the element of an ordered array of dates which is after and closest to a given date. The array of dates is ordered by the following rule: the lower the index of an element the earlier the date. |
nextWorkingDay | Returns the next business day after a given date. |
previousPaymentDate | Returns the index of the element of an ordered array of dates which is after and closest to a given date. The array of dates is ordered with respect to the following rule: the lower the index of an element the earlier the date. |
workingDaysBetween | |
yearsBetween |
BusinessCalendar Interface | WebCab.BusinessCalendar Namespace