TimeOffRequestModelIncludeWeekends Property | |
Gets or sets Include Weekends
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool IncludeWeekends { get; set; }
function get_IncludeWeekends();
function set_IncludeWeekends(value);
Property Value
BooleanRemarks
This value determines whether user want to include weekends in the time off request
Example false
See Also