RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.MilliSecondOf Function

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

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

DateUtils

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

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

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