CalendarWriter.WriteParameter Method
The WriteParameter method overloads writer iCalendar parameters to the stream that this CalendarWriter object owns.
Overload List
Name | Description |
---|---|
CalendarWriter.WriteParameter (CalendarParameterReader) |
The WriteParameter method reads an iCalendar parameter from a CalendarParameterReader structure and writes it to the stream that this CalendarWriter object owns.
|
CalendarWriter.WriteParameter (ParameterId, String) |
The WriteParameter method writes an iCalendar parameter that is identified by the parameterId parameter that contains the value in the value parameter.
|
CalendarWriter.WriteParameter (String, String) |
The WriteParameter method writes an iCalendar parameter with the name that is specified by the name parameter and the value that is specified by the value parameter.
|