[Overview][Constants][Procedures and functions][Index] |
Calculate the number of milliseconds elapsed since the start of the minute
Source position: dateutil.inc line 243
function MilliSecondOfTheMinute( |
const AValue: TDateTime |
):LongWord; |
AValue |
|
Moment in the minute |
Number of milliseconds elapsed since the start of the minute
MilliSecondOfTheMinute returns the number of milliseconds that have passed since the start of the Minute (HH:MM:00.000) till the moment indicated by AValue. This is a zero-based number, i.e. HH:MM:00.000 will return 0.
For an example, see the SecondOfTheMinute function.
|
Calculate the number of milliseconds elapsed since the start of the year. |
|
|
Calculate number of milliseconds elapsed since the start of the month. |
|
|
Calculate the number of milliseconds elapsed since the start of the week |
|
|
Calculate the number of milliseconds elapsed since the start of the day |
|
|
Calculate the number of milliseconds elapsed since the start of the hour |
|
|
Calculate the number of milliseconds elapsed since the start of the minute |
|
|
Calculate the number of milliseconds elapsed since the start of the second |
|
|
Calculate the number of seconds elapsed since the start of the minute |