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

Visual Basic  Copy Code

Public 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
FranceHolidayProvider Members
FranceHolidayProvider Class
MindFusion.HolidayProviders Namespace