RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.SecondOf Function

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

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

DateUtils

Call SecondOf to obtain the second of the minute represented by a specified TDateTime value. SecondOf returns a value between 0 and 59.

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

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