| Holiday |  | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class HolidayListDetailModel
The HolidayListDetailModel type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|   | HolidayDate | The DateTime of the HolidayListDetail item | 
|   | ID | The internal identifier representing an individual HolidayListDetail record. | 
|   | IncludeWeekend | If the holiday occurs or spans over a weekend should the holiday be applied on Saturday or Sunday. | 
|   | IsCompanyWorked | Is the Holiday a Company Worked Holiday Item (At this time this setting does not do anything meaningful) | 
|   | Name | The Name of the Holiday | 
|   | NumberOfDays | The number of days the given holiday lasts. | 
|   | ParentID | The ID of the HolidayList that the HolidayListDetail belongs to. | 
 Remarks
Remarks Example
Example See Also
See Also