Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetCorrespondingKind()

DateTimeKind System.TimeZoneInfo.CachedData.GetCorrespondingKind ( TimeZoneInfo timeZone)
inline

Definition at line 266 of file TimeZoneInfo.cs.

267 {
268 if (timeZone != s_utcTimeZone)
269 {
271 {
272 return DateTimeKind.Unspecified;
273 }
274 return DateTimeKind.Local;
275 }
276 return DateTimeKind.Utc;
277 }
volatile TimeZoneInfo _localTimeZone
static readonly TimeZoneInfo s_utcTimeZone

References System.TimeZoneInfo.CachedData._localTimeZone, and System.TimeZoneInfo.s_utcTimeZone.