Epoch()

Returns epoch number that this date represents

Usage

NUMERIC = Epoch( date )
Argument Summary
date date

Calling

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

Epoch(
   date=?
);

Supports passing parameters as a structure using ArgumentCollection:

Epoch( ArgumentCollection={
   date : ?
} );