Difference between revisions of "Manuals/calci/SECOND"
Jump to navigation
Jump to search
Line 43: | Line 43: | ||
| class="sshl_f" |59 | | class="sshl_f" |59 | ||
|} | |} | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|Qpmg2vKwvbc|280|center|SECOND}} | ||
== See Also == | == See Also == |
Revision as of 14:49, 25 June 2015
SECOND(sn)
- where is the time or serial number of time to find the seconds value.
SECOND() returns the seconds value from the input time.
Description
SECOND(sn)
For Example,
SECOND("3:45:20 AM") returns 20
- 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:00 AM".
- If is invalid, Calci returns an #ERROR message.
- The output seconds value is the value in integers, ranging from '0' to '59'.