System.DateUtils.MilliSecondOfTheYear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MilliSecondOfTheYear(const AValue: TDateTime): Int64;

C++

extern DELPHI_PACKAGE __int64 __fastcall MilliSecondOfTheYear(const System::TDateTime AValue);

Properties

Type Visibility Source Unit Parent
function public
System.DateUtils.pas
System.DateUtils.hpp
System.DateUtils System.DateUtils

Description

Returns the number of milliseconds between a specified TDateTime value and 12:00:00:00 A.M. of the first day of the year.

Call MilliSecondOfTheYear to obtain the number of milliseconds between AValue and 12:00:00:00 A.M. on Jan 1 of the year that includes AValue.

See Also


Code Examples