Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.CurrentSystemTimeZone Class Referencesealed

Public Member Functions

override DateTime ToLocalTime (DateTime time)
 
override DaylightTime GetDaylightChanges (int year)
 
override TimeSpan GetUtcOffset (DateTime time)
 
virtual DateTime ToUniversalTime (DateTime time)
 
virtual bool IsDaylightSavingTime (DateTime time)
 

Static Public Member Functions

static bool IsDaylightSavingTime (DateTime time, DaylightTime daylightTimes)
 

Package Functions

 CurrentSystemTimeZone ()
 
long GetUtcOffsetFromUniversalTime (DateTime time, ref bool isAmbiguousLocalDst)
 

Static Package Functions

static void ResetTimeZone ()
 
static TimeSpan CalculateUtcOffset (DateTime time, DaylightTime daylightTimes)
 

Properties

override string StandardName [get]
 
override string DaylightName [get]
 
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

readonly long m_ticksOffset
 
readonly string m_standardName
 
readonly string m_daylightName
 
readonly Hashtable m_CachedDaylightChanges = new Hashtable()
 

Static Private Attributes

static volatile TimeZone currentTimeZone
 
static object s_InternalSyncObject
 

Detailed Description

Definition at line 7 of file CurrentSystemTimeZone.cs.


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