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
Syntax public double HoursPerDay { get; set; }
function get_HoursPerDay();
function set_HoursPerDay(value);
Property Value
DoubleRemarks
The number of hours per day the user will be off. The typical setting for this is 8 hours but will vary by company.
Example 7.5
See Also