Share via


CalendarWriter.WriteParameter Method

Include Protected Members
Include Inherited Members

The WriteParameter method overloads writer iCalendar parameters to the stream that this CalendarWriter object owns.

Overload List

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