MindFusion.Scheduling for Silverlight Programmer's Guide
Holiday Constructor (DateTime, DateTime, String)
See Also
 





Initializes a new instance of the Holiday class with the specified start and end date and title.

Namespace: MindFusion.HolidayProviders
Assembly: MindFusion.HolidayProviders

 Syntax

C#  Copy Code

public Holiday (
    DateTime start,
    DateTime end,
    string title
)

Visual Basic  Copy Code

Public New ( _
    start As DateTime, _
    end As DateTime, _
    title As String _
)

 Parameters

start

The start date of the holiday.

end

The end date of the holiday.

title

The title of the holiday.

 See Also

Holiday Constructor Overload List
Holiday Class
MindFusion.HolidayProviders Namespace