Difference between revisions of "Documentation/How Tos/Calc: HOUR function"
From Apache OpenOffice Wiki
< Documentation | How Tos
m (→Example:) |
|||
Line 24: | Line 24: | ||
'''[[Documentation/How_Tos/Calc: MINUTE function|MINUTE]]''', | '''[[Documentation/How_Tos/Calc: MINUTE function|MINUTE]]''', | ||
'''[[Documentation/How_Tos/Calc: SECOND function|SECOND]]''' | '''[[Documentation/How_Tos/Calc: SECOND function|SECOND]]''' | ||
+ | |||
+ | '''[[Documentation/How_Tos/Calc: Date & Time functions#Date and Time overview|Date & Time overview]]''' | ||
'''[[Documentation/How_Tos/Calc: Date & Time functions|Date & Time functions]]''' | '''[[Documentation/How_Tos/Calc: Date & Time functions|Date & Time functions]]''' | ||
− | '''[[Documentation/How_Tos/Calc: | + | [[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']], |
+ | [[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']] |
Revision as of 07:09, 12 September 2008
HOUR
Returns the hour of a given time.
Syntax:
HOUR(time)
- returns the hour of time as a number, 0 - 23.
- time may be text or a date-time serial number.
Example:
HOUR("2008-01-06 21:30:15")
- returns 21.
HOUR(A1)
- where cell A1 contains the time 9:25:10 as a date-time serial number, returns 9.
See also:
YEAR, MONTH, DAY, WEEKDAY, MINUTE, SECOND
Functions listed alphabetically, Functions listed by category