AFTimeSpan.Zero Field
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Represents the zero AFTimeSpan value.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static readonly AFTimeSpan Zero
Public Shared ReadOnly Zero As AFTimeSpan Dim value As AFTimeSpan value = AFTimeSpan.Zero
public: static initonly AFTimeSpan Zero
static val Zero: AFTimeSpan
Field Value
Type: AFTimeSpanThis is an AFTimeSpan that represents a zero value.
Remarks
Because it returns a AFTimeSpan object that represents a zero time value,
the Zero property can be compared with other AFTimeSpan objects to determine
whether the latter represents positive, non-zero, or negative time spans.