Show: Delphi
C++
Display Preferences
System.DateUtils.MinuteOfTheDay
From XE2 API Documentation
Delphi
function MinuteOfTheDay(const AValue: TDateTime): Word;
C++
extern PACKAGE System::Word __fastcall MinuteOfTheDay(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 minutes between a specified TDateTime value and 12:00 A.M. of the same day.
Call MinuteOfTheDay to obtain the number of minutes between AValue and 12:00 A.M. on the same day.
See Also