AFTimeSpan.Milliseconds Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Gets the milliseconds component of the time interval represented by the current
AFTimeSpan structure.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public double Milliseconds { get; }
Public ReadOnly Property Milliseconds As Double Get Dim instance As AFTimeSpan Dim value As Double value = instance.Milliseconds
public: property double Milliseconds { double get (); }
member Milliseconds : float with get
Property Value
Type: DoubleThe value of this instance expressed in whole and fractional milliseconds. The return value ranges from -999.9999 to 999.9999.