IncMilliSecond returns the given date, incremented by the number of milliseconds given as the ANumberOfMilliSeconds parameter.
ANumberOfMilliSeconds can be negative, to return a date, earlier by the specified number of milliseconds.
The time of day specified by AValue is copied to the result.
Declaration: Function IncMilliSecond(const AValue: TDateTime; const ANumberOfMilliSeconds: Int64): TDateTime;
This is a simple example.