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

◆ GetTimeZoneKeyName()

unsafe string Interop.Kernel32.TIME_DYNAMIC_ZONE_INFORMATION.GetTimeZoneKeyName ( )
inlinepackage

Definition at line 486 of file Interop.cs.

487 {
488 fixed (char* value = TimeZoneKeyName)
489 {
490 return new string(value);
491 }
492 }

References Interop.Kernel32.TIME_DYNAMIC_ZONE_INFORMATION.TimeZoneKeyName, and System.value.