Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.TimeZone Class Referenceabstract

Public Member Functions

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

Static Public Member Functions

static bool IsDaylightSavingTime (DateTime time, DaylightTime daylightTimes)
 

Static Package Functions

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

Properties

static object InternalSyncObject [get]
 
static TimeZone CurrentTimeZone [get]
 
string StandardName [get]
 
string DaylightName [get]
 

Static Private Attributes

static volatile TimeZone currentTimeZone
 
static object s_InternalSyncObject
 

Detailed Description

Definition at line 7 of file TimeZone.cs.


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