System.DateUtils.MinuteOfTheHour

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MinuteOfTheHour(const AValue: TDateTime): Word;

C++

extern DELPHI_PACKAGE System::Word __fastcall MinuteOfTheHour(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 minutes between a specified TDateTime value and the beginning of the same hour.

Call MinuteOfTheHour to obtain the number of minutes between AValue and the start of the same hour on the same day.

Note: MinuteOfTheHour returns the same value as the MinuteOf function.

See Also


Code Examples