Open main menu

RAD Studio API Documentation β

System.DateUtils.MilliSecondOfTheHour

Delphi

function MilliSecondOfTheHour(const AValue: TDateTime): Cardinal;

C++

extern DELPHI_PACKAGE unsigned __fastcall MilliSecondOfTheHour(const System::TDateTime AValue);

Properties

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

Contents

Description

Returns the number of milliseconds between a specified TDateTime value and the beginning of the same hour.

Call MilliSecondOfTheHour to obtain the number of milliseconds between AValue and the start of the same hour on the same day.

See Also


Code Examples