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

◆ GetUtcOffset() [2/6]

TimeSpan System.TimeZoneInfo.GetUtcOffset ( DateTime dateTime,
TimeZoneInfoOptions flags )
inlinepackage

Definition at line 1107 of file TimeZoneInfo.cs.

1108 {
1109 return GetUtcOffset(dateTime, flags, s_cachedData);
1110 }
TimeSpan GetUtcOffset(DateTimeOffset dateTimeOffset)
static CachedData s_cachedData

References System.TimeZoneInfo.GetUtcOffset(), and System.TimeZoneInfo.s_cachedData.