Time: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
== Related Items == | == Related Items == | ||
[[date| | [[date|Date]], [[day|Day]], [[dateadd|DateAdd]], [[hour|Hour]], [[minute|Minute]], [[month|Month]], [[now|Now]], [[second|Second]], [[weekday|WeekDay]], [[year|Year]] (and many more) | ||
[[Category:Language Reference]] | [[Category:Language Reference]] |
Revision as of 01:48, 24 August 2012
Time
Description
Time returns the current system time.
Example
Rem Time Example 'Time returns current system time Dim RightNow RightNow = Time Print "The time now is " & RightNow
Output
The time now is 10:52:44 PM (sample time output is system dependant)
Related Items
Date, Day, DateAdd, Hour, Minute, Month, Now, Second, WeekDay, Year (and many more)