Returns all holidays in the specified time interval.
Namespace: MindFusion.HolidayProviders
Assembly: MindFusion.HolidayProviders
SyntaxC#
Copy Code
|
|---|
public abstract Holiday[] GetHolidays ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Function GetHolidays( _ |
The start of the time interval.
The end of the time interval.
An array of Holiday objects representing the holidays in the interval of interest.
See Also