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

◆ IsDaylightSavingTime() [1/4]

bool System.TimeZoneInfo.IsDaylightSavingTime ( DateTime dateTime)
inline

Definition at line 1171 of file TimeZoneInfo.cs.

1172 {
1173 return IsDaylightSavingTime(dateTime, TimeZoneInfoOptions.NoThrowOnInvalidTime, s_cachedData);
1174 }
bool IsDaylightSavingTime(DateTimeOffset dateTimeOffset)
static CachedData s_cachedData

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