AddUserTimeOffRequestModelIncludeWeekends Property |  |
Does this time-off request include weekends
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic bool IncludeWeekends { get; set; }
function get_IncludeWeekends();
function set_IncludeWeekends(value);
Property Value
Boolean
Remarks
Does this time-off request include weekends. This property should only contain a valid boolean type.
Exampletrue/false
See Also