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
Syntaxpublic DateTime? TransactionDateTime { get; set; }
function get_TransactionDateTime();
function set_TransactionDateTime(value);
Property Value
NullableDateTime
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.
Example2012-12-12 08:00AM
See Also