I'm working on using this counter to display the uptime for an IIS process but have two problems;
I can't seem to find any info on what format the value returned is in (IE; ms, seconds?,minutes?,etc). I'm assuming it's milliseconds, but confirmation would be nice. There's plenty of documentation about it on the web, but oddly none of them tell you this crucial bit of info.
The next step would be to convert the value to something like the number of days, but I'm not sure what I need to use as a formula.
Has anyone done the above with this counter and/or know the answers here? I've searched all over the forums. Thanks!