CalendarWriter.WriteParameter method
The WriteParameter method overloads writer iCalendar parameters to the stream that this CalendarWriter object owns.
Overload list
Name | Description | |
---|---|---|
WriteParameter(CalendarParameterReader) | The WriteParameter method reads an iCalendar parameter from a CalendarParameterReader structure and writes it to the stream that this CalendarWriter object owns. | |
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. | |
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. |
Top