terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.CurrentSystemTimeZone Class Reference
+ Inheritance diagram for System.CurrentSystemTimeZone:

Public Member Functions

override DaylightTime GetDaylightChanges (int year)
 
override TimeSpan GetUtcOffset (DateTime time)
 

Static Public Member Functions

static bool GetTimeZoneData (int year, [Out] long[] data, [Out] string[] names, [Out] bool daylight_inverted)
 

Package Functions

 CurrentSystemTimeZone ()
 

Static Package Functions

static TimeSpan CalculateUtcOffset (DateTime time, DaylightTime daylightTimes)
 

Properties

static object InternalSyncObject [get]
 
static TimeZone CurrentTimeZone [get]
 

Private Member Functions

DaylightTime GetCachedDaylightChanges (int year)
 

Static Private Member Functions

static DaylightTime CreateDaylightChanges (int year)
 

Private Attributes

long m_ticksOffset
 
string m_standardName
 
string m_daylightName
 
readonly Hashtable m_CachedDaylightChanges
 

Static Private Attributes

static TimeZone currentTimeZone
 
static object s_InternalSyncObject
 

Detailed Description

Definition at line 13 of file CurrentSystemTimeZone.cs.


The documentation for this class was generated from the following file: