Dayofweekasstring()

Returns the string representation of the given day index

Usage

STRING = Dayofweekasstring( dayOfWeek )
Argument Summary
dayOfWeek day of week (1-7)

Calling

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

Dayofweekasstring(
   dayOfWeek=?
);

Supports passing parameters as a structure using ArgumentCollection:

Dayofweekasstring( ArgumentCollection={
   dayOfWeek : ?
} );