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

◆ GetStandardName()

unsafe string Interop.Kernel32.TIME_ZONE_INFORMATION.GetStandardName ( )
inlinepackage

Definition at line 523 of file Interop.cs.

524 {
525 fixed (char* value = StandardName)
526 {
527 return new string(value);
528 }
529 }
unsafe fixed char StandardName[32]
Definition Interop.cs:500

References Interop.Kernel32.TIME_ZONE_INFORMATION.StandardName, and System.value.