Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DateAndTime module contains the procedures and properties used in date and time operations.
Remarks
This module supports the Visual Basic language keywords and run-time library members that get the current date or time, perform date calculations, return a date or time, set the date or time, or time the duration of a process.
Members
|
|
Example
This example uses the Today property to return the current system date.
Dim thisDate As Date
thisDate = Today
See Also
Reference
Visual Basic Language Keywords