Click or drag to resize

GetUserTimeOffRequestModelDurationPerDaySecs Property

The seconds per day for each day in the submission request

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

Property Value

Int32
Remarks
The seconds per day for each day in the submission request. For example if the user requested 8 hours per day then this value would be stored as 28800.

Note  Note
While most requests typically are in 8 hour increments these requests can vary from 15 minutes upto to 24hours. Be sure you understand the impacts for how time-web calculates this value before allowing random input.
Example
28800
See Also