WebCab Bonds for .NET v2.01

BusinessCalendar.isWorkingDay Method 

Returns true if the specified date calendar is a business day with respect to a given business calendar.

bool isWorkingDay(
   DateTime date
);

Parameters

date
the date which is classified as either a business or a non-business day in accordance with a given business calendar.

Return Value

true if the specified date is a business day, false otherwise

See Also

BusinessCalendar Interface | WebCab.BusinessCalendar Namespace