Click or drag to resize

MakeTimeStamp Function

X#
Convert a date and seconds to a timestamp string in "YYYY-MM-DD HH:MM:SS.NNN" format

Namespace:  VOSQLClasses
Assembly:  VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax
 FUNCTION MakeTimeStamp(
	dDate,
	nSeconds
) AS USUAL CLIPPER
Request Example View Source

Parameters

dDate (Optional)
Type: Usual
Date to convert
nSeconds (Optional)
Type: Usual
Seconds to add to the timestamp

Return Value

Type: Usual
A timestamp string in "YYYY-MM-DD HH:MM:SS.NNN" format
See Also