Share via


CalendarWriter Constructor

Include Protected Members
Include Inherited Members

The CalendarWriter constructor overloads create new CalendarWriter objects.

Overload List

  Name Description
Public method CalendarWriter(Stream) The CalendarWriter constructor creates a new CalendarWriter object that writes to the stream that is passed in the stream parameter.
Public method CalendarWriter(Stream, String) The CalendarWriter constructor creates a new CalendarWriter object that writes to the stream that is passed in the stream parameter and uses the encoding that is specified by the encodingName parameter.

Top