DateUtils.MinuteOf

From RAD Studio VCL Reference
Jump to: navigation, search

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


Personal tools
Translations
Newest Version