[This is preliminary documentation and is subject to change.]
            Sets the timezone id of the currently selected group in the session.
            
    Namespace: 
   OfficeClip.DBLayer.AccountAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public void SetTimezoneId( int timezoneId, int groupId )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub SetTimezoneId ( _ timezoneId As Integer, _ groupId As Integer _ )  | 
| Visual C++ | 
|---|
public: void SetTimezoneId( int timezoneId, int groupId )  | 
Parameters
- timezoneId
 - Type: System..::.Int32
Id of the timezone which needs to be set for the Current group. 
- groupId
 - Type: System..::.Int32
The unique id of the organization 
