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.
This page lists the properties that are members of Visual Basic modules. Other properties that are members of specific Visual Basic objects are listed in Objects.
Visual Basic Properties
| Property | Description | 
|---|---|
| DateString | Returns or sets a Stringvalue representing the current date according to your system. | 
| Now | Returns a Datevalue containing the current date and time according to your system. | 
| ScriptEngine | Returns a Stringrepresenting the runtime currently in use. | 
| ScriptEngineBuildVersion | Returns an Integercontaining the build version number of the runtime currently in use. | 
| ScriptEngineMajorVersion | Returns an Integercontaining the major version number of the runtime currently in use. | 
| ScriptEngineMinorVersion | Returns an Integercontaining the minor version number of the runtime currently in use. | 
| TimeOfDay | Returns or sets a Datevalue containing the current time of day according to your system. | 
| Timer | Returns a Doublevalue representing the number of seconds elapsed since midnight. | 
| TimeString | Returns or sets a Stringvalue representing the current time of day according to your system. | 
| Today | Returns or sets a Datevalue containing the current date according to your system. | 
See also
							
							
								Collaborate with us on GitHub
							
						
						
							The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.