DateTime
- Last UpdatedNov 17, 2021
- 1 minute read
The DateTime property is a read-write property that gets or sets the timestamp to be used for the value insert.
Syntax
aaHistClientSingleValueEntry.DateTime = DateTime;
Result = aaHistClientSingleValueEntry.DateTime;
Remarks
To use the current time, set this property to 0.
Setting this property also updates the DateTimeString and InTouchDateTime properties, and vice-versa.
For more information on the DateTime data type, see DateTime.
Remarks
The default value is 12:00:00 AM.