Changes

Jump to: navigation, search

Understanding Visual Basic Variable and Constant Types

1 byte removed, 19:26, 13 August 2007
Date Variable
== Date Variable ==
The Visual Basic ''Date'' variable type holds a date and time value. Dates are declared in the form #mm/dd/yyyy#. For example, May 23, 2007 would be declared as #5/23/2007#. Visual Basic provides a number of mechanisms for working with Date variables (such as calculating a date six months from today's date). These are covered in the [[Working with Dates and Times and in Visual Basic]] section of this book.
== Decimal Variable ==

Navigation menu