If I wanted to capture the duration between two points in time within NetXMS using NXSL, is it possible to capture millisecond resolution?
Currently I'm just using time() method at start and end time then calculating diff, but this only gives second resolution.
Currently I'm just using time() method at start and end time then calculating diff, but this only gives second resolution.