Show: Delphi C++
Display Preferences

System.DateUtils.MilliSecondOfTheMonth

From XE2 API Documentation
Jump to: navigation, search

Delphi

function MilliSecondOfTheMonth(const AValue: TDateTime): LongWord;

C++

extern PACKAGE unsigned __fastcall MilliSecondOfTheMonth(const System::TDateTime AValue);

Contents

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

Personal tools
Previous Versions
Translations