Search
IHolidayProvider.GetHolidays Method (Int32)
See Also
 





Returns all holidays in the specified year.

Namespace: MindFusion.HolidayProviders
Assembly: MindFusion.HolidayProviders

 Syntax

C#  Copy Code

public abstract Holiday[] GetHolidays (
    int year
)

Visual Basic  Copy Code

Public MustOverride Function GetHolidays ( _
    year As Integer _
) As Holiday()

 Parameters

year
The year of interest.

 Return Value

An array of Holiday objects representing the holidays in the specified year.

 See Also