Date and Time Variables

From Wiki
Revision as of 09:00, 30 March 2012 by Sancho (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


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

fr:FR/Documentation/BASIC Guide/Date hu:HU/Documentation/BASIC Guide/Date it:IT/Documentation/BASIC Guide/Date ja:JA/Documentation/BASIC Guide/Date zh:ZH/Documentation/BASIC Guide/Date


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