AddUserTimeNonWorkShiftModelTransactionHours Property | |
The amount of hours to apply to the non-work punch request
* Required Property
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public double TransactionHours { get; set; }
function get_TransactionHours();
function set_TransactionHours(value);
Property Value
DoubleRemarks
The amount of hours to apply to the non-work punch request.
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