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