Topic Path: Symbol Reference > Classes > TIdDateTimeStamp Class > TIdDateTimeStamp Methods > AddMilliseconds Method
ContentsIndexHome
PreviousUpNext
TIdDateTimeStamp.AddMilliseconds Method

Adds a number of milliseconds to the timestamp.

procedure AddMilliseconds(
    ANumber: Cardinal
);
Parameters 
Description 
ANumber 
Number of milliseconds to be added. 

AddMilliseconds is a procedure that adds the number of milliseconds to the date and time value in the timestamp. Second, Day and Year will be adjusted accordingly.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.