The SecondOf function returns the seconds of the minute represented by the specified TDateTime value AValue.
SecondOf returns an integer value from 0 through 59 only.
Declaration: Function SecondOf( const AValue : TDateTime) : Word;
Function SecondOfTheMinute( const AValue : TDateTime) : Word;
An example of its use.
SecondOf has the same functionality as the SecondOfTheMinute function.