AFEventFrame.TimeRange Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This is a read-only property which returns the period's StartTime and
EndTime values as a time range.
Namespace: OSIsoft.AF.EventFrame
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFTimeRange TimeRange { get; }
Public ReadOnly Property TimeRange As AFTimeRange Get Dim instance As AFEventFrame Dim value As AFTimeRange value = instance.TimeRange
public: virtual property AFTimeRange TimeRange { AFTimeRange get () sealed; }
abstract TimeRange : AFTimeRange with get override TimeRange : AFTimeRange with get
Property Value
Type: AFTimeRangeReturns the period's StartTime and EndTime values as an AFTimeRange.