Difference between revisions of "Manuals/calci/SECOND"

From ZCubes Wiki
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:
<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify">
+
=SECOND(sn)=
  
Syntax
+
*where <math>sn</math> is the time or serial number of time to find the seconds value.
  
</div></div>
+
SECOND() returns the seconds value from the input time.
----
 
<div id="2SpaceContent" align="left"><div class="ZEditBox" align="justify">
 
  
Examples
+
== Description ==
  
</div></div>
+
SECOND(sn)
----
 
<div id="8SpaceContent" align="left"><div class="ZEditBox" align="justify">'''<font face="Times New Roman">''''''''''''<font size="6"> </font>''' '''''''''</font>'''</div></div>
 
----
 
<div id="11SpaceContent" align="left"><div class="ZEditBox mceEditable" align="justify">
 
  
<font size="5">Description</font>
+
For Example,
  
</div></div>
+
SECOND("3:45:20 AM") ''returns 20''
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"><font size="6" face="Arial, sans-serif"><font size="6">'''SECOND '''</font></font>
 
  
'''<font size="6" face="Arial"></font>'''
+
*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'.
  
</div></div>
+
== Examples ==
----
 
<div id="7SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"> 
 
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">'''SECOND'''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">(</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">'''sn'''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">)</font></font></font>
+
<div id="6SpaceContent" class="zcontent" align="left">
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">where sn</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">   is the time that contains the seconds .</font></font></font>
+
{| id="TABLE3" class="SpreadSheet blue"
 +
|- class="even"
 +
| class=" " | '''Function'''
 +
| class=" " | '''Output'''
  
</div></div>
+
|- class="odd"
----
+
| class="sshl_f" |SECOND("12:00:00 AM")
<div id="1SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"
+
| class="sshl_f" |0
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">This function gives the seconds of a time value. </font></font></font>
+
|- class="even"
 +
| class="sshl_f" |SECOND("5:59 PM")
 +
| class="sshl_f" |0
  
</div></div>
+
|- class="odd"
----
+
| class="sshl_f" |SECOND("2:30:44")
<div id="9SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"> <font color="#484848"><font face="Arial, sans-serif"><font size="2">'''Let's see an example in Column1Row1'''</font></font></font>
+
| class="sshl_f" |44
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">'''C1R1 = 9:56:37PM'''</font></font></font>
+
|- class="even"
 
+
| class="sshl_f" |SECOND("10:33:59 PM")
<font color="#484848"><font face="Arial, sans-serif"><font size="2">'''I.e. =SECOND(C1R1) is 37'''</font></font></font>
+
| class="sshl_f" |59
 
+
|}
<font color="#484848"><font face="Arial, sans-serif"><font size="2">'''///rly C1R3 = 9:56 PM'''</font></font></font>
 
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">'''I.e = SECOND(C1R3) is 0'''</font></font></font>
+
== See Also ==
  
</div></div>
+
*[[Manuals/calci/HOUR | HOUR]]
----
+
*[[Manuals/calci/MINUTE | MINUTE]]
<div id="4SpaceContent" class="zcontent" align="left">
 
  
{| id="TABLE3" class="SpreadSheet blue"
+
==References==
|- class="even"
 
| class=" " |
 
| Column1
 
| Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class=" " | 9:56:37 PM
 
| class="sshl_f" | 37
 
| class=" " | 9:56 PM
 
| class="sshl_f" | 0
 
|- class="even"
 
| class="  " | Row2
 
| class="                                              " |
 
| class=" " |
 
| class=" " |
 
| class="f52543                    " |
 
|- class="odd"
 
| Row3
 
| class="  SelectTD" |
 
<div id="4Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="4Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="even"
 
| Row4
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="odd"
 
| class=" " | Row5
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="even"
 
| Row6
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|}
 
  
<div align="left">[[Image:calci1.gif]]</div></div>
+
*[http://en.wikipedia.org/wiki/Second Second]
----
 

Revision as of 14: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'.

Examples

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

See Also

References