Applies to:
All versions of PcVue |
||
|
||
Summary:
There is nothing in VBA that will allow you to display the time with milliseconds. A simple solution is to call a system function. |
||
|
||
Details:
Private Type SYSTEMTIME Private Declare Sub GetSystemTime Lib “kernel32” (lpSystemTime As SYSTEMTIME) Public Function TimeToMillisecond() As String |
||
|
||
|
Created on: 15 Apr 2015 Last update: 13 May 2024