RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.IncMilliSecond Function

Returns a date/time value shifted by a specified number of milliseconds.

Pascal
function IncMilliSecond(const AValue: TDateTime; const ANumberOfMilliSeconds: Int64 = 1): TDateTime;
C++
TDateTime IncMilliSecond(const TDateTime AValue, const Int64 ANumberOfMilliSeconds = 1);

DateUtils

IncMilliSecond returns the value of the AValue parameter, incremented by ANumberOfMilliSeconds milliseconds. ANumberOfMilliSeconds can be negative, to return a date and time N milliseconds prior to AValue. 

 

DecodeDate 

EncodeDate 

ReplaceDate 

IncMonth 

IncDay 

IncHour 

IncMinute 

IncSecond 

IncWeek 

IncYear

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!