Click or drag to resize

AddUserTimeNonWorkShiftModelTransactionDateTime Property

The start date time 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 DateTime TransactionDateTime { get; set; }

Property Value

DateTime
Remarks
The start date time 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