MillisecondOfTheDay
Returns the millisecond of the day at a specified point in time.
Syntax
-
MillisecondOfTheDay(t)
-
t
is a datetime structure or a timestamp
-
Description
If t
is a DateTime
structure or a timestamp, MillisecondOfTheDay(t)
returns the millisecond of the day at t
.
Examples
MillisecondOfTheDay(now())
58954354