System.DateUtils.MilliSecondOfTheMonth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MilliSecondOfTheMonth(const AValue: TDateTime): Cardinal;

C++

extern DELPHI_PACKAGE unsigned __fastcall MilliSecondOfTheMonth(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 the beginning of the month.

Call MilliSecondOfTheMonth to obtain the number of milliseconds between the beginning (midnight on the first day) of the month that contains AValue and AValue itself.

See Also


Code Examples