MindFusion.Wpf Pack Programmer's Guide
Holiday Constructor (DateTime, DateTime, String, Boolean)
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,
    bool isDayOff
)

Visual Basic  Copy Code

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

 Parameters

start

The start date of the holiday.

end

The end date of the holiday.

title

The title of the holiday.

isDayOff

A value indicating whether the holiday is a rest day.

 See Also

Holiday Constructor Overload List
Holiday Class
MindFusion.HolidayProviders Namespace