Loads an iCalendar from an open stream.

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static IICalendarCollection LoadFromStream(
	Stream s
)
Visual Basic
Public Shared Function LoadFromStream ( _
	s As Stream _
) As IICalendarCollection
Visual C++
public:
static IICalendarCollection^ LoadFromStream(
	Stream^ s
)

Parameters

s
Type: System.IO..::..Stream
The stream from which to load the iCalendar object

Return Value

An iCalendar object

See Also