AFTimeZone.UtcTimeZone Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Returns the AFTimeZone representing Coordinated Universal Time (UTC) zone.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static AFTimeZone UtcTimeZone { get; }
Public Shared ReadOnly Property UtcTimeZone As AFTimeZone Get Dim value As AFTimeZone value = AFTimeZone.UtcTimeZone
public: static property AFTimeZone^ UtcTimeZone { AFTimeZone^ get (); }
static member UtcTimeZone : AFTimeZone with get
Property Value
Type: AFTimeZoneA AFTimeZone instance representing Coordinated Universal Time (UTC) zone.