AFStopwatch.ElapsedMilliseconds Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Return the elapsed time in milliseconds.
Namespace: OSIsoft.AF.Diagnostics
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public int ElapsedMilliseconds { get; }
Public ReadOnly Property ElapsedMilliseconds As Integer Get Dim instance As AFStopwatch Dim value As Integer value = instance.ElapsedMilliseconds
public: property int ElapsedMilliseconds { int get (); }
member ElapsedMilliseconds : int with get