WebCab Bonds for .NET v2.01

AbstractBusinessCalendar.nextWorkingDay Method 

Returns the next working day after a given date.

public virtual DateTime nextWorkingDay(
   DateTime date
);

Parameters

date
the date for which the next working date is evaluated.

Return Value

the next working day after the given date

Implements

BusinessCalendar.nextWorkingDay

See Also

AbstractBusinessCalendar Class | WebCab.BusinessCalendar Namespace | BusinessCalendar#nextWorkingDay