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