Click or drag to resize

GetUserTimeOffRequestModelIncludeWeekends Property

Does this time-off request include weekends

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

Property Value

Boolean
Remarks
Does this time-off request include weekends. This property should only contain a valid boolean type.

Example
true/false
See Also