AFTimeRange.Span Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The amount of time between the start and end times.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public TimeSpan Span { get; }
Public ReadOnly Property Span As TimeSpan Get Dim instance As AFTimeRange Dim value As TimeSpan value = instance.Span
public: property TimeSpan Span { TimeSpan get (); }
member Span : TimeSpan with get
Property Value
Type: TimeSpanThe amount of time between the start and end times.