Second()

Returns the second of the date referenced

Usage

NUMERIC = Second( date )
Argument Summary
date date

Calling

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

Second(
   date=?
);

Supports passing parameters as a structure using ArgumentCollection:

Second( ArgumentCollection={
   date : ?
} );