AFDurationQuery.Duration Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Namespace: OSIsoft.AF.EventFrame
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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