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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Created page with '== NOW == Returns the current date and time == NOW == 現在の日付と時間に対応する値を返します。 === Syntax: === === 構文: === <tt>'''NOW()'''</tt> : returns…')
 
(構文:)
Line 9: Line 9:
 
: returns the current date and time (as a date-time serial number). <tt>'''NOW'''</tt> is updated at every recalculation, for instance if a cell is modified.
 
: returns the current date and time (as a date-time serial number). <tt>'''NOW'''</tt> is updated at every recalculation, for instance if a cell is modified.
 
<tt>'''NOW()'''</tt>
 
<tt>'''NOW()'''</tt>
: 現在の日付と時間に対応する値を、日付と時間の連番として返します。<tt>'''NOW'''</tt> の値は、セル変更などで再計算をするたびに更新されます。
+
: 現在の日付と時間に対応する値を、日付と時間の連番として返します。<tt>'''NOW'''</tt> の値は、セル変更などで再計算をする度に更新されます。
  
 
=== Example: ===
 
=== Example: ===

Revision as of 11:25, 22 January 2011

NOW

Returns the current date and time

NOW

現在の日付と時間に対応する値を返します。

Syntax:

構文:

NOW()

returns the current date and time (as a date-time serial number). NOW is updated at every recalculation, for instance if a cell is modified.

NOW()

現在の日付と時間に対応する値を、日付と時間の連番として返します。NOW の値は、セル変更などで再計算をする度に更新されます。

Example:

例:

NOW()

when calculated at say 12 noon on 1Apr08 returns that date and time.

NOW()

2008 年 4 月 1 日 (1Apr08) の正午に計算した場合、その日付と時間の値を返します。

Template:Documentation/SeeAlso 関連項目

Personal tools