MindFusion.Wpf Pack Programmer's Guide
MINUTE

Returns the minute component [059] of the specified time.

Syntax  Copy Code

MINUTE( Time time )  Integer

Parameters

time
Required. The time that contains the minute.

Remarks

Time values are a part of date values and are represented by decimal numbers. For example, 12:00 PM is represented by 0.5 because it is exactly halfway through a day.

Example

Formula  Copy Code

=MINUTE(NOW())

See Also

Function Reference
DAY Function
HOUR Function
MONTH Function
NOW Function
SECOND Function
WEEKDAY Function