Skip to content

MillisecondOf

Shaun Lawrence edited this page Aug 13, 2020 · 1 revision

Returns the millisecond component from the supplied date/time.

MillisecondOf(date)

Parameters

date

The date/time to extract the millisecond component from.

Type DateTime
Required Yes

Examples

MillisecondOf(#25/12/2020 12:34:56.123#)

Returns a value of 123.

Clone this wiki locally