[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.FrameworkAssembly: 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. 
