System.DateUtils.SecondOf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SecondOf(const AValue: TDateTime): Word;

C++

extern DELPHI_PACKAGE System::Word __fastcall SecondOf(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 second of the minute represented by a TDateTime value.

Call SecondOf to obtain the second of the minute represented by a specified TDateTime value. SecondOf returns a value from 0 through 59.

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

See Also


Code Examples