There is an approach described here: http://www.c-sharpcorner.com/UploadFile/scottlysle/TimeSinceBootCS06052008055807AM/TimeSinceBootCS.aspx
However, it is not compatible with the .NET Compact Framework.
Can anyone recommend a way to obtain the time (in seconds) since the system/device was booted up that's compatible with the compact framework?
Thanks in advance :)