MindFusion.Wpf Pack Programmer's Guide
USHolidayProvider.GetHolidays Method (DateTime, DateTime)
See Also
 





Returns all holidays in the specified time interval.

Namespace: MindFusion.HolidayProviders
Assembly: MindFusion.HolidayProviders

 Syntax

C#  Copy Code

public virtual Holiday[] GetHolidays (
    DateTime from,
    DateTime to
)

Visual Basic  Copy Code

Public Overridable Function GetHolidays ( _
    from As DateTime, _
    to As DateTime _
) As Holiday()

 Parameters

from

The start of the time interval.

to

The end of the time interval.

 Return Value

An array of Holiday objects representing the holidays in the interval of interest.

 See Also

GetHolidays Method Overload List
USHolidayProvider Members
USHolidayProvider Class
MindFusion.HolidayProviders Namespace