RAD Studio VCL Reference
|
Returns the millisecond of the second represented by a TDateTime value.
function MilliSecondOfTheSecond(const AValue: TDateTime): Word;
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.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|