System.DateUtils.MinuteOf
Delphi
function MinuteOf(const AValue: TDateTime): Word;
C++
extern DELPHI_PACKAGE System::Word __fastcall MinuteOf(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 minute of the hour represented by a TDateTime value.
Call MinuteOf to obtain the minute of the hour represented by a specified TDateTime value. MinuteOf returns a value from 0 through 59.
Note: MinuteOf returns the same value as the MinuteOfTheHour function.
See Also