AFTimeRange.Span Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The amount of time between the start and end times.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.