Difference between revisions of "Documentation/BASIC Guide/Date"
From Apache OpenOffice Wiki
< Documentation | BASIC Guide
OOoWikiBot (talk | contribs) m (Robot: Automated text replacement (-{{InterWiki Languages BasicGuide\|articletitle=BASIC.*}} +{{InterWiki Languages BasicGuide|articletitle={{PAGENAME}}}})) |
OOoWikiBot (talk | contribs) m (Robot: Automated text replacement (-{{InterWiki Languages BasicGuide\|articletitle={{PAGENAME}}}} + )) |
||
Line 16: | Line 16: | ||
</source> | </source> | ||
− | + | ||
{{PDL1}} | {{PDL1}} |
Revision as of 13:10, 20 October 2008
Date variables can contain date and time values. When saving date values, Apache OpenOffice Basic uses an internal format that permits comparisons and mathematical operations on date and time values. There is no type declaration symbol for date variables. The declaration can only be made using the supplement As Date.
Example declaration of a date variable:
Dim Variable As Date
Content on this page is licensed under the Public Documentation License (PDL). |