Click or drag to resize

HolidayListDetailModelIncludeWeekend Property

If the holiday occurs or spans over a weekend should the holiday be applied on Saturday or Sunday.

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public bool IncludeWeekend { get; set; }

Property Value

Boolean
Remarks
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