AFTime.UtcSeconds Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Return the time as the number of seconds since January 1, 1970, UTC.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public double UtcSeconds { get; }
Public ReadOnly Property UtcSeconds As Double Get Dim instance As AFTime Dim value As Double value = instance.UtcSeconds
public: property double UtcSeconds { double get (); }
member UtcSeconds : float with get
Property Value
Type: DoubleThe value is returned is the number of seconds since January 1, 1970 in Coordinate Universal Time. If the actual time is less than this time, zero (0) is returned.