[This is preliminary documentation and is subject to change.]
Maps the BCL ID to "our" ID as an identity projection.

C# | Visual Basic | Visual C++ |
public string MapTimeZoneId( TimeZoneInfo timeZone )
Public Function MapTimeZoneId ( _ timeZone As TimeZoneInfo _ ) As String
public: virtual String^ MapTimeZoneId( TimeZoneInfo^ timeZone ) sealed

- timeZone (TimeZoneInfo)
- The BCL time zone, which must be a known system time zone.

The ID for the given BCL time zone for this source; that is, the value of the Id property of the
passed-in TimeZoneInfo.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)