[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Converts a timestamp to a number of milliseconds.
Source position: datih.inc line 98
function TimeStampToMSecs( |
const TimeStamp: TTimeStamp |
):comp; |
TimeStampToMSecsconverts TimeStampto the number of seconds since 1/1/0001.
Use TTimeStampvariables if you need to keep very precise track of time.
For an example, see MSecsToTimeStamp.
None.
|
Convert a number of milliseconds to a TDateTimevalue. |
|
|
Convert a TimeStamp value to a TDateTimevalue. |