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

Gets all the information related to a particular timezone identified by the timezoneId.

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public TimeZoneInfo GetTimeZoneFromId(
	int timezoneId
)
Visual Basic (Declaration)
Public Function GetTimeZoneFromId ( _
	timezoneId As Integer _
) As TimeZoneInfo
Visual C++
public:
TimeZoneInfo^ GetTimeZoneFromId(
	int timezoneId
)

Parameters

timezoneId
Type: System..::.Int32
Id of the timezone for which all the details are to be retrieved.

Return Value

Instance of the TimeZoneInfo object containing all the information related to a particular timezone. TimeZoneInfo

See Also