RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.MilliSecondOfTheSecond Function

Returns the millisecond of the second represented by a TDateTime value.

Pascal
function MilliSecondOfTheSecond(const AValue: TDateTime): Word;
C++
Word MilliSecondOfTheSecond(const TDateTime AValue);

DateUtils

Call MilliSecondOfTheSecond to obtain the millisecond of the second represented by a specified TDateTime value. MilliSecondOfTheSecond returns a value between 0 and 999.

Note: MilliSecondOfTheSecond returns the same value as the MilliSecondOf function.
 

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