RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.SecondOfTheMinute Function

Returns the number of seconds between a specified TDateTime value and the beginning of the same minute.

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

DateUtils

Call SecondOfTheMinute to obtain the number of seconds between AValue and the start of the same minute on the same day.

Note: SecondOfTheMinute returns the same value as the SecondOf function.
 

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