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