AFTime.MinValue Field
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Represents the smallest possible value of AFTime.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.