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

◆ GetDaylightName()

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

Definition at line 531 of file Interop.cs.

532 {
533 fixed (char* value = DaylightName)
534 {
535 return new string(value);
536 }
537 }
unsafe fixed char DaylightName[32]
Definition Interop.cs:506

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