AFTimeZone.CurrentAFTimeZone Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Returns the AFTimeZone representing the current time zone of the
local computer system.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static AFTimeZone CurrentAFTimeZone { get; }
Public Shared ReadOnly Property CurrentAFTimeZone As AFTimeZone Get Dim value As AFTimeZone value = AFTimeZone.CurrentAFTimeZone
public: static property AFTimeZone^ CurrentAFTimeZone { AFTimeZone^ get (); }
static member CurrentAFTimeZone : AFTimeZone with get
Property Value
Type: AFTimeZoneA AFTimeZone instance representing the local time zone of the local computer system.
Version Information
AFSDK
See Also
Reference
TimeZoneCurrentTimeZone
TimeZoneInfoLocal