Unit 'DateUtils' Package
[Overview][Constants][Classes][Procedures and functions][Index] [#rtl]

MilliSecondOfTheDay

Calculate the number of milliseconds elapsed since the start of the day.

Declaration

Source position: dateutil.inc line 229

function MilliSecondOfTheDay(

  const AValue: TDateTime

):LongWord;

Arguments

AValue

  

Moment in the day.

Function result

Number of milliseconds elapsed since the start of the day.

Description

MilliSecondOfTheDay returns the number of milliseconds that have passed since the start of the Day (00:00:00.000) till the moment indicated by AValue. This is a zero-based number, i.e. 00:00:00.000 will return 0.

For an example, see the HourOfTheDay function.

See also

MilliSecondOfTheYear

  

Calculate the number of milliseconds elapsed since the start of the year.

MilliSecondOfTheMonth

  

Calculate number of milliseconds elapsed since the start of the month.

MilliSecondOfTheWeek

  

Calculate the number of milliseconds elapsed since the start of the week.

MilliSecondOfTheHour

  

Calculate the number of milliseconds elapsed since the start of the hour.

MilliSecondOfTheMinute

  

Calculate the number of milliseconds elapsed since the start of the minute.

MilliSecondOfTheSecond

  

Calculate the number of milliseconds elapsed since the start of the second.

HourOfTheDay

  

Calculate the hour of a given TDateTime value.

MinuteOfTheDay

  

Calculate the number of minutes elapsed since the start of the day.

SecondOfTheDay

  

Calculate the number of seconds elapsed since the start of the day.


Documentation generated on: Jul 24 2023