Difference between revisions of "MINUTE - Return the minute (Reports & Settings Report Generator function)"

From Catalyst
Jump to: navigation, search
(Updated from revision control)
 
Line 22: Line 22:
 
The minute of the time given.
 
The minute of the time given.
  
[[Category:Reports & Parameters Report Generator functions]]
+
[[Category:Reports & Settings Report Generator functions]]

Latest revision as of 13:04, 22 September 2016

Syntax

$MINUTE{time, unit}

Description

Return the minute from a time.

Parameters

time
A numeric parameter that can be omitted.
The time in numeric format, stored in seconds since midnight. If omitted, the current machine time is used.
unit
A text parameter that can be omitted (it defaults to "S").
Is the given time in Minutes or Seconds?
M
Minutes
S
Seconds

Returns

A numeric value. The minute of the time given.