System.DateUtils.SecondOf

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 SecondOf(const AValue: TDateTime): Word;

C++

extern DELPHI_PACKAGE System::Word __fastcall SecondOf(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 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

Personal tools
Translations