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