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 it's not possible. I just added new function for that - GetCurrentTimeMs(). It will be available in next patch release.
Best regards,
Victor
			
			
			
				Awesome! Thanks so much!