MindFusion.Reporting for Silverlight Programmer's Guide
Month

Returns a integer number between 1 and 12, inclusive, representing the month of the year component of the specified date.

Syntax

 Copy Code

int Month (
    DateTime date
)

Parameters

date
A DateTime value.

Remarks

Alternatively, you can obtain the month of the year by calling DatePart.

See Also

Date & Time Functions
Day Function
Now Function