AFTimeZone.ClearCachedData Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Clears cached time zone data.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static void ClearCachedData()
Public Shared Sub ClearCachedData AFTimeZone.ClearCachedData()
public: static void ClearCachedData()
static member ClearCachedData : unit -> unit
Remarks
You might call this method to reduce the memory devoted to the application's cache of time zone
information or to reflect the fact that the local system's time zone has changed. See
TimeZoneInfo.ClearCachedData for more information.