CalendarWriter.WriteProperty method
The WriteProperty method overloads write iCalendar properties to the stream that this CalendarWriter object owns.
Overload list
Name | Description | |
---|---|---|
WriteProperty(CalendarPropertyReader) | The WriteProperty method reads a property from a CalendarPropertyReader structure and writes it to the stream that this CalendarWriter object owns. | |
WriteProperty(String, String) | The WriteProperty method writes an iCalendar property that has the name that is specified by the name parameter and the value that is specified by the value parameter. | |
WriteProperty(PropertyId, String) | The WriteProperty method writes an iCalendar property that is identified by the propertyId parameter and that has the value given by the value parameter. |
Top