IAFTimeSource.ServerTimeZone Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Gets the current time zone of the server associated with the object implementing this interface.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
AFTimeZone ServerTimeZone { get; }
ReadOnly Property ServerTimeZone As AFTimeZone Get Dim instance As IAFTimeSource Dim value As AFTimeZone value = instance.ServerTimeZone
property AFTimeZone^ ServerTimeZone { AFTimeZone^ get (); }
abstract ServerTimeZone : AFTimeZone with get
Property Value
Type: AFTimeZoneReturns the current time zone of the server associated with the object implementing this interface.