AddUserTimeOffRequestModelHoursPerDay Property |  |
The number of hours per day the user will be off
* Required Property
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic double HoursPerDay { get; set; }
function get_HoursPerDay();
function set_HoursPerDay(value);
Property Value
Double
Remarks
The number of hours per day the user will be off. The typical setting for this is 8 hours but will vary by company.
Example7.5
See Also