Difference between revisions of "Manuals/calci/SECOND"
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=...") |
|||
Line 1: | Line 1: | ||
− | + | =SECOND(sn)= | |
− | + | *where <math>sn</math> 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 <math>sn</math> can be time in the form of text or as a result of any other functions. | |
+ | *Argument <math>sn</math> should be enclosed in quotes e.g. "11:00:00 AM". | ||
+ | *If <math>sn</math> is invalid, Calci returns an #ERROR message. | ||
+ | *The output seconds 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" |SECOND("12:00:00 AM") |
− | + | | class="sshl_f" |0 | |
− | + | |- class="even" | |
+ | | class="sshl_f" |SECOND("5:59 PM") | ||
+ | | class="sshl_f" |0 | ||
− | + | |- class="odd" | |
− | - | + | | class="sshl_f" |SECOND("2:30:44") |
− | + | | class="sshl_f" |44 | |
− | + | |- class="even" | |
− | + | | class="sshl_f" |SECOND("10:33:59 PM") | |
− | + | | class="sshl_f" |59 | |
− | + | |} | |
− | |||
− | + | == See Also == | |
− | + | *[[Manuals/calci/HOUR | HOUR]] | |
− | + | *[[Manuals/calci/MINUTE | MINUTE]] | |
− | |||
− | + | ==References== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | *[http://en.wikipedia.org/wiki/Second Second] | |
− |
Revision as of 13:37, 23 December 2013
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'.