Click or drag to resize

AddUserTimeNonWorkShiftModelTransactionHours Property

The amount of hours to apply to the non-work punch request
* Required Property

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

Property Value

Double
Remarks
The amount of hours to apply to the non-work punch request.

Note  Note
The TransactionHours value works in conjunction with the TransactionDateTime value. The TransactionDateTime represents the start time for the non-work punch while the TransactionHours is used to calculate the end time for this transaction.
Example
7.5
See Also