Internet Direct (Indy) Version 9.0.2 Beta
TIdDateTimeStamp.SetMillisecond
Initializes an Indy timestamp using milliseconds.

procedure SetMillisecond(ANumber: Integer);
Parameters
ANumber: Integer
Number of milliseconds since the base date.

Description
SetMillisecond is a procedure used to initialize an Indy timestamp using the number of milliseconds in ANumber since the base date. SetMillisecond clears the Millisecond property to 0 (zero) and calls AddMilliseconds using Anumber to initialize the Indy timestamp.