AddUserTimeNonWorkShiftModelTransactionDateTime Property | |
The start date time 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 DateTime TransactionDateTime { get; set; }
function get_TransactionDateTime();
function set_TransactionDateTime(value);
Property Value
DateTimeRemarks
The start date time 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