GetUserTimeOffRequestModelDurationPerDaySecs Property | |
The seconds per day for each day in the submission request
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int DurationPerDaySecs { get; set; }
function get_DurationPerDaySecs();
function set_DurationPerDaySecs(value);
Property Value
Int32Remarks
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 |
---|
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