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