AFTime.IsEmpty Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Tests whether this time has not been initialized or is
DateTime.MinValue.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean Get Dim instance As AFTime Dim value As Boolean value = instance.IsEmpty
public: property bool IsEmpty { bool get (); }
member IsEmpty : bool with get
Property Value
Type: BooleanReturns when this AFTime has not been initialized, or is DateTime.MinValue; otherwise, .