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
Loading...
Searching...
No Matches
System.TimeZoneInfo.AdjustmentRule Class Referencesealed
+ Inheritance diagram for System.TimeZoneInfo.AdjustmentRule:
+ Collaboration diagram for System.TimeZoneInfo.AdjustmentRule:

Public Member Functions

bool Equals (global::System.TimeZoneInfo.AdjustmentRule other)
 
override int GetHashCode ()
 

Static Public Member Functions

static global::System.TimeZoneInfo.AdjustmentRule CreateAdjustmentRule (global::System.DateTime dateStart, global::System.DateTime dateEnd, global::System.TimeSpan daylightDelta, global::System.TimeZoneInfo.TransitionTime daylightTransitionStart, global::System.TimeZoneInfo.TransitionTime daylightTransitionEnd)
 

Package Functions

bool IsStartDateMarkerForBeginningOfYear ()
 
bool IsEndDateMarkerForEndOfYear ()
 
 AdjustmentRule ()
 

Static Package Functions

static global::System.TimeZoneInfo.AdjustmentRule CreateAdjustmentRule (global::System.DateTime dateStart, global::System.DateTime dateEnd, global::System.TimeSpan daylightDelta, global::System.TimeZoneInfo.TransitionTime daylightTransitionStart, global::System.TimeZoneInfo.TransitionTime daylightTransitionEnd, global::System.TimeSpan baseUtcOffsetDelta, bool noDaylightTransitions)
 

Properties

global::System.DateTime DateStart [get, set]
 
global::System.DateTime DateEnd [get, set]
 
global::System.TimeSpan DaylightDelta [get, set]
 
global::System.TimeZoneInfo.TransitionTime DaylightTransitionStart [get, set]
 
global::System.TimeZoneInfo.TransitionTime DaylightTransitionEnd [get, set]
 
global::System.TimeSpan BaseUtcOffsetDelta [get, set]
 
bool NoDaylightTransitions [get, set]
 
bool HasDaylightSaving [get, set]
 

Private Member Functions

 AdjustmentRule (global::System.DateTime dateStart, global::System.DateTime dateEnd, global::System.TimeSpan daylightDelta, global::System.TimeZoneInfo.TransitionTime daylightTransitionStart, global::System.TimeZoneInfo.TransitionTime daylightTransitionEnd, global::System.TimeSpan baseUtcOffsetDelta, bool noDaylightTransitions)
 
void System.Runtime.Serialization.IDeserializationCallback. OnDeserialization (object sender)
 
void System.Runtime.Serialization.ISerializable. GetObjectData (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
 
 AdjustmentRule (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
 

Static Private Member Functions

static void ValidateAdjustmentRule (global::System.DateTime dateStart, global::System.DateTime dateEnd, global::System.TimeSpan daylightDelta, global::System.TimeZoneInfo.TransitionTime daylightTransitionStart, global::System.TimeZoneInfo.TransitionTime daylightTransitionEnd, bool noDaylightTransitions)
 

Private Attributes

readonly global::System.DateTime _dateStart
 
readonly global::System.DateTime _dateEnd
 
readonly global::System.TimeSpan _daylightDelta
 
readonly global::System.TimeZoneInfo.TransitionTime _daylightTransitionStart
 
readonly global::System.TimeZoneInfo.TransitionTime _daylightTransitionEnd
 
readonly global::System.TimeSpan _baseUtcOffsetDelta
 
readonly bool _noDaylightTransitions
 

Detailed Description

Definition at line 3265 of file TimeZoneInfo.cs.


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