AFTime.MinValue Field
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Represents the smallest possible value of AFTime.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static readonly AFTime MinValue
Public Shared ReadOnly MinValue As AFTime Dim value As AFTime value = AFTime.MinValue
public: static initonly AFTime MinValue
static val MinValue: AFTime
Field Value
Type: AFTime
Remarks
The value of this constant is equivalent to January 1, 1970 UTC. An AFTime set to MinValue will return January 1, 1970 for both UtcTime and LocalTime.