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

From Apache OpenOffice Wiki
Jump to: navigation, search
(例:)
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
Returns the current date and time
 
Returns the current date and time
 
== NOW ==
 
== NOW ==
現在の日付と時間を返します。
+
現在の日付と時刻を返します。
  
 
=== Syntax: ===
 
=== Syntax: ===
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: ===
Line 16: Line 16:
 
: when calculated at say 12 noon on 1Apr08 returns that date and time.
 
: when calculated at say 12 noon on 1Apr08 returns that date and time.
 
<tt>'''NOW()'''</tt>
 
<tt>'''NOW()'''</tt>
: 2008 年 4 月 1 日 (1Apr08) の正午に計算した場合、その日付と時刻の値を返します。
+
: 2008 年 4 月 1 日の正午に計算した場合、その日付と時刻を返します。
  
{{Documentation/SeeAlso 関連項目|
+
{{SeeAlso|EN|関連項目
 
* [[Documentation/How_Tos/Calc: TODAY function|TODAY]]
 
* [[Documentation/How_Tos/Calc: TODAY function|TODAY]]
 
* [[Documentation/How_Tos/Calc: DATE function|DATE]]
 
* [[Documentation/How_Tos/Calc: DATE function|DATE]]

Latest revision as of 09:51, 17 July 2018

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 日の正午に計算した場合、その日付と時刻を返します。



See Also

関連項目

Personal tools