System.DateUtils.SecondOfTheMinute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SecondOfTheMinute(const AValue: TDateTime): Word;

C++

extern DELPHI_PACKAGE System::Word __fastcall SecondOfTheMinute(const System::TDateTime AValue);

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 minute.

Call SecondOfTheMinute to obtain the number of seconds between AValue and the start of the same minute on the same day.

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

See Also


Code Examples