RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.SecondOfTheDay Function

Returns the number of seconds between a specified TDateTime value and 12:00:00 AM of the same day.

Pascal
function SecondOfTheDay(const AValue: TDateTime): LongWord;
C++
LongWord SecondOfTheDay(const TDateTime AValue);

Call SecondOfTheDay to obtain the number of seconds between AValue and 12:00:00 AM on the same day. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!