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

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m (Robot: Automated text replacement %s)
Line 17: Line 17:
 
: where cell A1 contains the time <tt>'''9:25:10'''</tt> as a date-time serial number, returns <tt>'''25'''</tt>.
 
: where cell A1 contains the time <tt>'''9:25:10'''</tt> as a date-time serial number, returns <tt>'''25'''</tt>.
  
=== See also: ===
+
{{Documentation/SeeAlso|
'''[[Documentation/How_Tos/Calc: YEAR function|YEAR]]''',
+
* [[Documentation/How_Tos/Calc: YEAR function|YEAR]]
'''[[Documentation/How_Tos/Calc: MONTH function|MONTH]]''',
+
* [[Documentation/How_Tos/Calc: MONTH function|MONTH]]
'''[[Documentation/How_Tos/Calc: DAY function|DAY]]''',
+
* [[Documentation/How_Tos/Calc: DAY function|DAY]]
'''[[Documentation/How_Tos/Calc: WEEKDAY function|WEEKDAY]]''',
+
* [[Documentation/How_Tos/Calc: WEEKDAY function|WEEKDAY]]
'''[[Documentation/How_Tos/Calc: HOUR function|HOUR]]''',
+
* [[Documentation/How_Tos/Calc: HOUR function|HOUR]]
'''[[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 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]]}}

Revision as of 14:04, 25 February 2009


MINUTE

Returns the minutes of a given time.

Syntax:

MINUTE(time)

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

Example:

MINUTE("2008-01-06 21:30:15")

returns 30.

MINUTE(A1)

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

Template:Documentation/SeeAlso

Personal tools