I need to get local time with milliseconds in order to date a lot of
files during a DAQ Acquisition.
Thanks in Advance!
read windows "system time" milliseconds
Click <a
href="http://www.experts-exchange.com/Programming/Programming_Languages/Cplusplus/Q_20302889.html">here</a>
for a pretty good discussion including the _ftime function which ships
with Microsoft Visual C++. You can call the function directly from
CVI (if you include the .h files and add the .lib files to your
project as discussed at the previous link), but you need to have VC
installed.