CalendarWriter Constructor
The CalendarWriter constructor overloads create new CalendarWriter objects.
Overload List
| Name | Description |
|---|---|
| CalendarWriter (Stream) |
The CalendarWriter constructor creates a new CalendarWriter object that writes to the stream that is passed in the stream parameter.
|
| 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.
|