Dayofweek()

Returns the day of the week the date represents

Usage

NUMERIC = Dayofweek( date )
Argument Summary
date date

Calling

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

Dayofweek(
   date=?
);

Supports passing parameters as a structure using ArgumentCollection:

Dayofweek( ArgumentCollection={
   date : ?
} );