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

Constructor to create a vCalendar from a vCal file

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

Syntax

C#
public OCvEvent(
	StringReader sReader,
	double version,
	TimeZoneInfo userTzInfo
)
Visual Basic (Declaration)
Public Sub New ( _
	sReader As StringReader, _
	version As Double, _
	userTzInfo As TimeZoneInfo _
)
Visual C++
public:
OCvEvent(
	StringReader^ sReader, 
	double version, 
	TimeZoneInfo^ userTzInfo
)

Parameters

sReader
Type: System.IO..::.StringReader
The Reader previously opened by the calling program to read the vCalendar file
version
Type: System..::.Double
The vCalendar version, Version 1.0 is for vCalendar and version 2.0 is for the iCalendar.
userTzInfo
Type: OfficeClip.Utils..::.TimeZoneInfo
The user timezone info

See Also