AFNotificationContentResults.EndTime Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The end time associated with this list of content results.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFTime EndTime { get; set; }
Public Property EndTime As AFTime Get Set Dim instance As AFNotificationContentResults Dim value As AFTime value = instance.EndTime instance.EndTime = value
public: property AFTime EndTime { AFTime get (); void set (AFTime value); }
member EndTime : AFTime with get, set
Property Value
Type: AFTimeReturns the end time associated with this list of content results.