DateUtils.MinuteOfTheYear
From RAD Studio VCL Reference
Contents |
Delphi Information
From DateUtils.pas
function MinuteOfTheYear(const AValue: TDateTime): Cardinal;
Unit: DateUtils
Type: function
Visibility: public
C++ Information
From DateUtils.hpp
unsigned int __fastcall MinuteOfTheYear(System::TDateTime AValue);
Unit: DateUtils
Type: function
Description
Returns the number of minutes between a specified TDateTime value and 12:00 A.M. of the first day of the year.
Call MinuteOfTheYear to obtain the number of minutes between AValue and 12:00 A.M. on Jan 1 of the year that includes AValue.
See Also
Code Samples