MilliSecondOf
Extract the millisecond part from a TDateTime value.
Declaration
Source position: dateutil.inc line 128
  function MilliSecondOf(const AValue: TDateTime) : Word;
Description
MillisecondOf returns the second of the minute part of the AValue date/time indication. It is a number between 0 and 999.
For an example, see YearOf
See also
| Name | Description | 
|---|---|
| DayOf | Extract the day (of month) part from a TDateTime value | 
| HourOf | Extract the hour part from a TDateTime value. | 
| MilliSecondOf | Extract the millisecond part from a TDateTime value. | 
| MinuteOf | Extract the minute part from a TDateTime value. | 
| MonthOf | Extract the month from a given date. | 
| WeekOf | Extract week (of the year) from a given date. | 
| YearOf | Extract the year from a given date. |