Difference between revisions of "Manuals/calci/MINUTE"
Jump to navigation
Jump to search
(Created page with "<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify"> Syntax </div></div> ---- <div id="2SpaceContent" align="left"><div class="ZEditBox" align=...") |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''MINUTE (Value)'''</div><br/> |
+ | *where <math>Value</math> is the time or serial number of time to find the minute value. | ||
+ | **MINUTE() converts a input time to a minute. | ||
− | + | == Description == | |
− | + | MINUTE(Value) | |
− | |||
− | |||
− | + | For Example, | |
− | + | MINUTE("4:30 AM") ''returns 30'' | |
− | |||
− | |||
− | |||
− | |||
− | < | + | *Argument <math>Value</math> can be time in the form of text or as a result of any other functions. |
+ | *Argument <math>Value</math> should be enclosed in quotes e.g. "11:00 AM". | ||
+ | *If <math>Value</math> is invalid, Calci returns an #ERROR message. | ||
+ | *The output minute value is the value in integers, ranging from '0' to '59'. | ||
− | + | == Examples == | |
− | |||
− | |||
− | + | <div id="6SpaceContent" class="zcontent" align="left"> | |
− | + | {| id="TABLE3" class="SpreadSheet blue" | |
− | ---- | + | |- class="even" |
− | + | | class=" " | '''Function''' | |
+ | | class=" " | '''Output''' | ||
+ | |||
+ | |- class="odd" | ||
+ | | class="sshl_f" |MINUTE("12:00:00 AM") | ||
+ | | class="sshl_f" |0 | ||
+ | |||
+ | |- class="even" | ||
+ | | class="sshl_f" |MINUTE("5:59 PM") | ||
+ | | class="sshl_f" |59 | ||
+ | |||
+ | |- class="odd" | ||
+ | | class="sshl_f" |MINUTE("2:30") | ||
+ | | class="sshl_f" |30 | ||
+ | |||
+ | |- class="even" | ||
+ | | class="sshl_f" |MINUTE("10:33:59 PM") | ||
+ | | class="sshl_f" |33 | ||
+ | |} | ||
− | + | ==Related Videos== | |
− | + | {{#ev:youtube|P_rL1RqzoIQ|280|center|MINUTE}} | |
− | + | == See Also == | |
− | |||
− | |||
− | + | *[[Manuals/calci/HOUR | HOUR]] | |
+ | *[[Manuals/calci/SECOND | SECOND]] | ||
− | + | ==References== | |
− | |||
− | |||
− | + | *[http://en.wikipedia.org/wiki/Minute Minute] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | *[[Z_API_Functions | List of Main Z Functions]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | *[[ Z3 | Z3 home ]] | |
− |
Latest revision as of 14:12, 22 August 2018
MINUTE (Value)
- where is the time or serial number of time to find the minute value.
- MINUTE() converts a input time to a minute.
Description
MINUTE(Value)
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
See Also
References