DateTimeString
- Last UpdatedNov 17, 2021
- 1 minute read
The DateTimeString property is a read-write property that gets and sets the timestamp as a string value to be used for the insert.
Syntax
aaHistClientSingleValueEntry.DateTimeString = message;
Result = aaHistClientSingleValueEntry.DateTimeString;
Remarks
The DateTimeString property reflects the value of the DateTime property, but it is expressed as a string that uses local regional settings. The DateTime property is expressed in the Date format.
If the DateTime property is set to 0, the current date and time are returned. If this property is set to an empty string ( " " ), the current date and time are used for the insert.
Setting this property also updates the DateTime and InTouchDateTime properties, and vice-versa.
Remarks
The default is an empty message value (which indicates to use the current time).