System.DateUtils.MilliSecondOf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MilliSecondOf(const AValue: TDateTime): Word;

C++

extern DELPHI_PACKAGE System::Word __fastcall MilliSecondOf(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 millisecond of the second represented by a TDateTime value.

Call MilliSecondOf to obtain the millisecond of the second represented by a specified TDateTime value. MilliSecondOf returns a value from 0 through 999.

Note: MilliSecondOf returns the same value as the MilliSecondOfTheSecond function.

See Also


Code Examples