Week()

Returns the week number in the year of the date referenced

Usage

NUMERIC = Week( date )
Argument Summary
date date

Calling

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

Week(
   date=?
);

Supports passing parameters as a structure using ArgumentCollection:

Week( ArgumentCollection={
   date : ?
} );