Difference between revisions of "Manuals/calci/MINUTE"

From ZCubes Wiki
Jump to navigation Jump to search
Line 56: Line 56:
  
 
*[http://en.wikipedia.org/wiki/Minute Minute]
 
*[http://en.wikipedia.org/wiki/Minute Minute]
 +
 +
 +
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]

Revision as of 07:21, 13 March 2017

MINUTE(sn)

  • where is the time or serial number of time to find the minute value.

MINUTE() returns the minute value from the input time.

Description

MINUTE(sn)

For Example,

MINUTE("4:30 AM") returns 30

  • Argument can be time in the form of text or as a result of any other functions.
  • Argument should be enclosed in quotes e.g. "11:00 AM".
  • If is invalid, Calci returns an #ERROR message.
  • The output minute value is the value in integers, ranging from '0' to '59'.

Examples

Function Output
MINUTE("12:00:00 AM") 0
MINUTE("5:59 PM") 59
MINUTE("2:30") 30
MINUTE("10:33:59 PM") 33

Related Videos

MINUTE

See Also

References