TIMER |
TIMER() |
Returns the number of seconds elapsed since midnight (Single). |
REMARKS |
* This returns fractional portions of a second. On the Macintosh, timer resolution is one second. * You can use the TIME Function to return the current system time. * You can use the TIME Statement statement to set the current system time. * You can use the TIMESERIAL function to return the time for a specific hour, minute and second. * You can use the TIMEVALUE function to return the time given a string representation. * The equivalent .NET function is [[Microsoft.VisualBasic.DateAndTime.Timer]] * For the Microsoft documentation refer to learn.microsoft.com |
Timer()=volatile
Debug.Print Timer() '= 41353.46
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top