|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for System.CurrentSystemTimeZone:
Collaboration diagram for System.CurrentSystemTimeZone:Public Member Functions | |
| override global::System.Globalization.DaylightTime | GetDaylightChanges (int year) |
| override global::System.TimeSpan | GetUtcOffset (global::System.DateTime time) |
| static bool | GetTimeZoneData (int year, out long[] data, out string[] names, out bool daylight_inverted) |
Package Functions | |
| CurrentSystemTimeZone () | |
Private Member Functions | |
| global::System.Globalization.DaylightTime | GetCachedDaylightChanges (int year) |
Static Private Member Functions | |
| static global::System.Globalization.DaylightTime | CreateDaylightChanges (int year) |
Private Attributes | |
| long | m_ticksOffset |
| string | m_standardName |
| string | m_daylightName |
| readonly global::System.Collections.Hashtable | m_CachedDaylightChanges |
Definition at line 15 of file CurrentSystemTimeZone.cs.