Difference between revisions of "JA/Documentation/BASIC Guide/Date"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
Line 15: Line 15:
 
  Dim Variable As Date
 
  Dim Variable As Date
 
</source>
 
</source>
 +
  
 
{{PDL1}}
 
{{PDL1}}
{{InterWiki_Languages_BasicGuide|articletitle=Documentation/BASIC Guide/Date}}
 
 
{{InterWiki_Languages_BasicGuide|articletitle=Documentation/BASIC Guide/Date}}
 
{{InterWiki_Languages_BasicGuide|articletitle=Documentation/BASIC Guide/Date}}

Latest revision as of 16:47, 15 December 2008

doc OOo
Book.png

日付変数には、日付と時刻を示す値のみを収めることができます。Apache OpenOffice Basic では日付変数の値を格納する際に、時刻間の比較や計算処理を行えるよう、これらの値を内部形式に変換します。日付変数には、型宣言子は存在しません。この場合は、As Date による型宣言のみが行えます。

日付変数の宣言は、次の形式で行います。

 Dim Variable As Date


Content on this page is licensed under the Public Documentation License (PDL).
Personal tools