MindFusion.Scheduling for Xamarin Programmer's Guide
HolidayProvider.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.

 Return Value

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

 See Also

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