MindFusion.Reporting for Silverlight Programmer's Guide
Minute

Returns an integer number between 0 and 59, inclusive, representing the minute of the hour component of the specified date.

Syntax

 Copy Code

int Minute (
    DateTime date
)

Parameters

date
A DateTime value.

Remarks

Alternatively, you can obtain the minute of the hour by calling DatePart.

See Also

Date & Time Functions
Day Function
Hour Function
Now Function
Second Function