[#BloombergLP-baltzo-WindowsTimeZoneUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::WindowsTimeZoneUtil :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for utility functions that convert Zoneinfo time‐zone identifiers both to and Windows time‐zone identifiers. == Synopsis Declared in `<baltzo_windowstimezoneutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct WindowsTimeZoneUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/baltzo/WindowsTimeZoneUtil/getWindowsTimeZoneId.adoc[`getWindowsTimeZoneId`] | Load into the specified `result` the address of a 0 terminated C‐string containing the Windows time‐zone identifier for the specified `zoneinfoId`. Return 0 on success, and non‐zero value with no other effect otherwise. The returned address is valid for the life‐time of the process. | xref:BloombergLP/baltzo/WindowsTimeZoneUtil/getZoneinfoId.adoc[`getZoneinfoId`] | Load into the specified `result` the address of a 0 terminated C‐string containing the default Zoneinfo time‐zone identifier for the specified `windowsTimeZoneId`. Return 0 on success, and non‐zero value with no other effect otherwise. The returned address is valid for the life‐time of the process. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#