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

From Apache OpenOffice Wiki
Jump to: navigation, search
(http://wiki.services.openoffice.org/wiki/Documentation/How_Tos/Calc:_MINUTE_function 日本語訳、作業中)
 
 
(2 intermediate revisions by one other user not shown)
Line 13: Line 13:
 
<tt>'''MINUTE(時刻)'''</tt>
 
<tt>'''MINUTE(時刻)'''</tt>
 
: <tt>'''「時刻」'''</tt>の分を数字 (<tt>'''0'''</tt> ~ <tt>'''59'''</tt>) として返します。
 
: <tt>'''「時刻」'''</tt>の分を数字 (<tt>'''0'''</tt> ~ <tt>'''59'''</tt>) として返します。
: <tt>'''「時刻」'''</tt>は文字、または日付・時刻の連番です。
+
: <tt>'''「時刻」'''</tt>は文字、または日付・時刻のシリアル値です。
  
 
=== Example: ===
 
=== Example: ===
Line 25: Line 25:
 
: 30分にあたる<tt>'''「30」'''</tt>を返します。
 
: 30分にあたる<tt>'''「30」'''</tt>を返します。
 
<tt>'''MINUTE(A1)'''</tt>
 
<tt>'''MINUTE(A1)'''</tt>
: セル A1 が時刻<tt>'''「9 時 25 分 10 秒 (9:25:10)」'''</tt>を日付・時刻の連番として含む場合、<tt>'''「25」'''</tt>を返します。
+
: セル A1 が時刻<tt>'''「9 時 25 分 10 秒 (9:25:10)」'''</tt>を日付・時刻のシリアル値として含む場合、<tt>'''「25」'''</tt>を返します。
  
{{Documentation/SeeAlso|関連項目
+
{{SeeAlso|EN|関連項目
 
* [[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]]

Latest revision as of 09:49, 17 July 2018

MINUTE

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.

MINUTE(時刻)

「時刻」の分を数字 (059) として返します。
「時刻」は文字、または日付・時刻のシリアル値です。

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.

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

30分にあたる「30」を返します。

MINUTE(A1)

セル A1 が時刻「9 時 25 分 10 秒 (9:25:10)」を日付・時刻のシリアル値として含む場合、「25」を返します。



See Also

関連項目

Personal tools