Hour()

Returns the hour of the referenced by the date in 24 hour format

Usage

NUMERIC = Hour( date )
Argument Summary
date date

Calling

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

Hour(
   date=?
);

Supports passing parameters as a structure using ArgumentCollection:

Hour( ArgumentCollection={
   date : ?
} );