Difference between revisions of "EN/documentation/basic guide/date"
From Wiki
Jump to navigationJump to search (Created page with "<section begin=title /><noinclude>{{DISPLAYTITLE:</noinclude>Date and Time Variables<noinclude>}}</noinclude><section end=title />{{BreadCrumbL10n}} {{Documentation/BASICGuideTO...") |
(No difference)
|
Latest revision as of 14:03, 1 September 2011
Date variables can contain date and time values. When saving date values, OpenOffice.org 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). |