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

Constructor that creates the object with the list of events.

Namespace:  OfficeClip.BusinessLayer.Sync
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public OCVCalendar(
	ArrayList eventList,
	TimeZoneInfo userTzInfo
)
Visual Basic (Declaration)
Public Sub New ( _
	eventList As ArrayList, _
	userTzInfo As TimeZoneInfo _
)
Visual C++
public:
OCVCalendar(
	ArrayList^ eventList, 
	TimeZoneInfo^ userTzInfo
)

Parameters

eventList
Type: System.Collections..::.ArrayList
The list of OfficeClip events.
userTzInfo
Type: OfficeClip.Utils..::.TimeZoneInfo
The user timezone information

See Also