System.TimeZone.ResetTimeZone C# (CSharp) Method

ResetTimeZone() static private method

static private ResetTimeZone ( ) : void
return void
        internal static void ResetTimeZone() {
            if (currentTimeZone!=null) {
                lock(InternalSyncObject) {
                    currentTimeZone = null;
                }
            }
        }