Month function (LotusScript Language)

Returns the month of the year (an integer from 1 to 12) for a date/time argument.

Syntax

Month ( dateExpr )

Elements

dateExpr

Any of the following kinds of expression:

Return value

Month returns an integer between 1 and 12.

The data type of the return value is a Variant of DataType 2 (Integer).

Month(NULL) returns NULL.

Language cross-reference

@Month function in formula language

Example


Additional Documentation | Trademarks |