Holiday Constructors
Represents a day that is recognized as a holiday.Name | Parameters | Description |
---|---|---|
Holiday(DateTime, String, String) | date, displayName, location | Initializes a new instance of the Holiday class with the specified date, display name and location. |
Holiday(DateTime, String) | date, displayName | Initializes a new instance of the Holiday class with the specified date and display name. |
See Also