Click or drag to resize

AddUserTimeOffRequestModelHoursPerDay Property

The number of hours per day the user will be off
* Required Property

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public double HoursPerDay { get; set; }

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.

Note  Note
This value is also correlated directly to the DurationPerDaySecs value.
Example
7.5
See Also