Noda Time
MapTimeZoneId Method (zone)
NamespacesNodaTime.TimeZonesTzdbDateTimeZoneSourceMapTimeZoneId(TimeZoneInfo)

[This is preliminary documentation and is subject to change.]

Returns this source's corresponding ID for the given BCL time zone.
Declaration Syntax
C#Visual BasicVisual C++
public string MapTimeZoneId(
	TimeZoneInfo zone
)
Public Function MapTimeZoneId ( _
	zone As TimeZoneInfo _
) As String
public:
virtual String^ MapTimeZoneId(
	TimeZoneInfo^ zone
) sealed
Parameters
zone (TimeZoneInfo)

[Missing <param name="zone"/> documentation for "M:NodaTime.TimeZones.TzdbDateTimeZoneSource.MapTimeZoneId(System.TimeZoneInfo)"]

Return Value
The ID for the given system time zone for this source, or null if the system time zone has no mapping in this source.

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)