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 Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle sn} can be time in the form of text or as a result of any other functions.
- Argument Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle sn} should be enclosed in quotes e.g. "11:00 AM".
- If Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle sn} is invalid, Calci returns an #ERROR message.
- The output minute value is the value in integers, ranging from '0' to '59'.