GetUserTimeOffRequestModelIncludeWeekends 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
Syntax public bool IncludeWeekends { get; set; }
function get_IncludeWeekends();
function set_IncludeWeekends(value);
Property Value
BooleanRemarks
Does this time-off request include weekends. This property should only contain a valid boolean type.
Example true/false
See Also