AFDurationQuery.Duration Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Namespace: OSIsoft.AF.EventFrame
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public TimeSpan Duration { get; set; }
Public Property Duration As TimeSpan Get Set Dim instance As AFDurationQuery Dim value As TimeSpan value = instance.Duration instance.Duration = value
public: property TimeSpan Duration { TimeSpan get (); void set (TimeSpan value); }
member Duration : TimeSpan with get, set