Show: Delphi
C++
Display Preferences
System.DateUtils.MilliSecondOfTheSecond
From XE2 API Documentation
Delphi
function MilliSecondOfTheSecond(const AValue: TDateTime): Word;
C++
extern PACKAGE System::Word __fastcall MilliSecondOfTheSecond(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 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