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