MakeTimeStamp Function | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public static Usual MakeTimeStamp(
Usual dDate = default,
Usual nSeconds = default
)
Request Example
View SourceParameters
- dDate (Optional)
- Type: Usual
Date to convert - nSeconds (Optional)
- Type: Usual
Seconds to add to the timestamp
Return Value
Type:
UsualA timestamp string in "YYYY-MM-DD HH:MM:SS.NNN" format
See Also