Click or drag to resize

TimeSlicePreModel.TransactionDateTime Property

Gets or sets TransactionDateTime
* 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

Nullable<DateTime>
Remarks
This value represents the transaction date. It should be passed in as though the employee is in the UTC timezone. Conversion to the Employee Timezone is automatically handled by the system.
Example
2012-12-12 08:00AM
See Also