[This is preliminary documentation and is subject to change.]
            Constructor to create an instance from the database
            
    Namespace: 
   OfficeClip.DBLayer.ServiceAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
 Syntax
Syntax
| C# | 
|---|
| public OCEvent Populate( int eventId, TimeZoneInfo userTz, int userId ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function Populate ( _ eventId As Integer, _ userTz As TimeZoneInfo, _ userId As Integer _ ) As OCEvent | 
| Visual C++ | 
|---|
| public: OCEvent^ Populate( int eventId, TimeZoneInfo^ userTz, int userId ) | 
Parameters
- eventId
- Type: System..::.Int32
 The unique id of the event
- userTz
- Type: OfficeClip.Utils..::.TimeZoneInfo
 The user timezone
- userId
- Type: System..::.Int32
 The unique id of the user






