AFTimeZone.ClearCachedData Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Clears cached time zone data.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.