Millisecond()

Returns the millisecond of the referenced by the date

Usage

NUMERIC = Millisecond( date )
Argument Summary
date date

Calling

Supports named-parameter calling allowing you to use the function like:

Millisecond(
   date=?
);

Supports passing parameters as a structure using ArgumentCollection:

Millisecond( ArgumentCollection={
   date : ?
} );