MindFusion.Scheduling for Silverlight Programmer's Guide
IHolidayProvider.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 abstract Holiday[] GetHolidays (
    DateTime from,
    DateTime to
)

Visual Basic  Copy Code

Public MustOverride 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
IHolidayProvider Members
IHolidayProvider Interface
MindFusion.HolidayProviders Namespace