Initializes a new instance of the Holiday class with the specified start and end date and title.
Namespace: MindFusion.HolidayProviders
Assembly: MindFusion.HolidayProviders
SyntaxC#
Copy Code
|
|---|
public Holiday ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The start date of the holiday.
The end date of the holiday.
The title of the holiday.
See Also