Show: Delphi C++
Display Preferences

System.DateUtils.SecondOfTheHour

From XE2 API Documentation
Jump to: navigation, search

Delphi

function SecondOfTheHour(const AValue: TDateTime): Word;

C++

extern PACKAGE System::Word __fastcall SecondOfTheHour(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 the beginning of the same hour.

Call SecondOfTheHour to obtain the number of seconds between AValue and the start of the same hour on the same day.

See Also


Code Examples

Personal tools
Previous Versions
Translations