System.DateUtils.MilliSecondOfTheSecond

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MilliSecondOfTheSecond(const AValue: TDateTime): Word;

C++

extern DELPHI_PACKAGE System::Word __fastcall MilliSecondOfTheSecond(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 MilliSecondOfTheSecond to obtain the millisecond of the second represented by a specified TDateTime value. MilliSecondOfTheSecond returns a value from 0 through 999.

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

See Also


Code Examples