DateUtils.MinuteSpan

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From DateUtils.pas

	function MinuteSpan(const ANow: TDateTime; const AThen: TDateTime): Double;


Unit: DateUtils

Type: function

Visibility: public

C++ Information

From DateUtils.hpp

	double __fastcall MinuteSpan(System::TDateTime ANow, System::TDateTime AThen);


Unit: DateUtils

Type: function

Description

Returns the number of minutes, including fractions thereof, between two specified TDateTime values.


Call MinuteSpan to obtain the difference, in minutes, between two TDateTime values. Unlike the MinutesBetween function, which only counts entire minutes, MinuteSpan reports incomplete minutes as a fraction of an entire minute.

See Also

Code Samples


Personal tools
Translations
Newest Version