Given a date in "local" format -i.e. as returned by the DOS date and time commands, I want to calculate the number of milliseconds between that date and the current date.
The application is so I can feed the number to a virtualbox command to set the time offset of a virtual machine, The command expects a signed offset relative to the clock of the host, and it would be much more convenient to specify a date and time.
so the command is
VBoxManage.exe" modifyvm WinXP --biossystemtimeoffset -86400000
I need to feed it the "-86400000" parameter, calculated from a date and time.