DateUtils.MinuteOf
From RAD Studio VCL Reference
Contents |
Delphi Information
From DateUtils.pas
function MinuteOf(const AValue: TDateTime): Word;
Unit: DateUtils
Type: function
Visibility: public
C++ Information
From DateUtils.hpp
unsigned short __fastcall MinuteOf(System::TDateTime AValue);
Unit: DateUtils
Type: function
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
Code Samples