Dayofyear()

Returns the year number referenced by the given date

Usage

NUMERIC = Dayofyear( date )
Argument Summary
date date

Calling

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

Dayofyear(
   date=?
);

Supports passing parameters as a structure using ArgumentCollection:

Dayofyear( ArgumentCollection={
   date : ?
} );