Difference between revisions of "Documentation/How Tos/Calc: TIME function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE: TIME function}}
 +
{{Documentation/CalcFunc DateTimeTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_DATEVALUE_function
 +
|NextPage=Documentation/How_Tos/Calc:_TIMEVALUE_function
 +
}}__NOTOC__
  
 
== TIME ==
 
== TIME ==
Line 18: Line 23:
 
: returns 9:32:15 am - the time rolls over, as there are only 60 seconds in a minute.  
 
: returns 9:32:15 am - the time rolls over, as there are only 60 seconds in a minute.  
  
=== See also: ===
+
{{SeeAlso|EN|
'''[[Documentation/How_Tos/Calc: DATE function|DATE]]''',
+
* [[Documentation/How_Tos/Calc: DATE function|DATE]]
'''[[Documentation/How_Tos/Calc: TIMEVALUE function|TIMEVALUE]]'''
+
* [[Documentation/How_Tos/Calc: TIMEVALUE function|TIMEVALUE]]
  
'''[[Documentation/How_Tos/Calc: Date & Time functions#Date and Time overview|Date & Time overview]]'''
+
* [[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: Functions listed alphabetically|'''Functions listed alphabetically''']],
+
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]
+
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
[[Category: Documentation/Reference/Calc/Date and Time functions]]

Latest revision as of 13:52, 30 January 2024



TIME

returns the time, given hours, minutes and seconds.

Syntax:

TIME(hours; minutes; seconds)

returns the time, expressed as a date-time serial number. hours, minutes and seconds are integers.


If hours, minutes and seconds are not within range for a valid time, the time will 'roll over', as shown below.

Example:

TIME(9; 31; 20)

returns the time 9:31:20 am (as a date-time serial number).

TIME(9; 31; 75)

returns 9:32:15 am - the time rolls over, as there are only 60 seconds in a minute.



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_TIME_function&oldid=259695"
Views
Personal tools
Navigation
Tools