WebCab Bonds for .NET v2.01

AbstractBusinessCalendar.isHoliday Method 

This method evaluates whether the specified date calendar is or is not a working day. It is important to be able to distinguish between working and non-working days because generally it is only on working days that contracts (such as dividend, coupon payments etc) can be settled.

public abstract bool isHoliday(
   DateTime date
);

Parameters

date
the date we inspect to see whether it is or is not a working day.

Return Value

true if the specified date calendar is a working day, false if the specified date is a holiday.

Implements

BusinessCalendar.isHoliday

See Also

AbstractBusinessCalendar Class | WebCab.BusinessCalendar Namespace | BusinessCalendar#isHoliday | #isWorkingDay | BusinessCalendar#isHoliday