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
◆
AdjustmentRule()
[1/3]
System.TimeZoneInfo.AdjustmentRule.AdjustmentRule
(
DateTime
dateStart
,
DateTime
dateEnd
,
TimeSpan
daylightDelta
,
TimeZoneInfo::TransitionTime
daylightTransitionStart
,
TimeZoneInfo::TransitionTime
daylightTransitionEnd
,
TimeSpan
baseUtcOffsetDelta
,
bool
noDaylightTransitions
)
inline
private
Definition at line
1997
of file
TimeZoneInfo.cs
.
1998
{
1999
bool
isFixedDateRule
=
daylightTransitionStart
._isFixedDateRule;
2000
bool
isFixedDateRule2
=
daylightTransitionEnd
._isFixedDateRule;
2001
this._dateStart
=
dateStart
;
2002
this._dateEnd
=
dateEnd
;
2003
this._daylightDelta
=
daylightDelta
;
2004
bool
isFixedDateRule3
=
daylightTransitionStart
._isFixedDateRule;
2005
this._daylightTransitionStart._isFixedDateRule
=
isFixedDateRule3
;
2006
bool
isFixedDateRule4
=
daylightTransitionEnd
._isFixedDateRule;
2007
this._noDaylightTransitions
=
noDaylightTransitions
;
2008
this._daylightTransitionEnd._isFixedDateRule
=
isFixedDateRule4
;
2009
this._baseUtcOffsetDelta
=
baseUtcOffsetDelta
;
2010
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
References
j__TPar
.
System
TimeZoneInfo
AdjustmentRule
Generated by
1.10.0