System.DateUtils.SecondOfTheDay

From RAD Studio API Documentation
Revision as of 19:48, 11 November 2011 by L10nBot (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function SecondOfTheDay(const AValue: TDateTime): LongWord;

C++

extern DELPHI_PACKAGE unsigned __fastcall SecondOfTheDay(const System::TDateTime AValue);

Contents

Properties

Type Visibility Source Unit Parent
function public
System.DateUtils.pas
System.DateUtils.hpp
System.DateUtils System.DateUtils

Description

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

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

See Also


Code Examples

Personal tools
Translations