Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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