MindFusion.Wpf Pack Programmer's Guide
MONTH

Returns the month of the specified date.

Syntax  Copy Code

MONTH( Date date )  Integer

Parameters

date
Required. The date to inspect.

Remarks

The month is given as an integer, ranging from 1 (January) to 12 (December).

Example

Formula  Copy Code

=DAY(TODAY())

See Also

Function Reference
DAY Function
HOUR Function
MINUTE Function
NOW Function
WEEKDAY Function
YEAR Function