Description of formula:
Returns the seconds extracted from the hour as a number from 0 to 59.
Returns the seconds extracted from the hour as a number from 0 to 59.
Syntax:
SECOND(datetime|utc)
SECOND(datetime|utc)
Parameters:
datetime(type: DateTime)
datetime(type: DateTime)
Date with time of the second we are getting.
utc(type:UTC)
Date with time in UTC format of the second we are getting.
Returned type:
Number
examples:
=second(datetime(2016,1,1,1,1))
=second(A1)
=second(datetime(2016,1,1,1,1))
=second(A1)
0 Comments