Documentation/How Tos/Calc: SECOND function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 16:11, 28 December 2007 by Drking (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


SECOND

Returns the seconds of a given time.


Syntax:

SECOND(time)

returns the seconds of time as a number, 0 - 59.
time may be text or a date-time serial number.


Example:

SECOND("6 January 2008 21:30:15")

returns 15.

SECOND(A1)

where cell A1 contains the time 9:25:10 as a date-time serial number, returns 10.


See also:

YEAR, MONTH, DAY, WEEKDAY, HOUR, MINUTE

Date & Time functions

Date & Time overview

Personal tools