HolidayListDetailModelIncludeWeekend Property | |
If the holiday occurs or spans over a weekend should the holiday be applied on Saturday or Sunday.
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool IncludeWeekend { get; set; }
function get_IncludeWeekend();
function set_IncludeWeekend(value);
Property Value
BooleanRemarks
If the holiday occurs or spans over a weekend should the holiday be applied on Saturday or Sunday.
For example, if a 3 day holiday was added with a start date of Friday and this value is true, then the holiday will be considered as happening on Friday, Saturday, Sunday. If the value is false, then it would be Friday, Monday, Tuesday.
Example trye
See Also