CalendarWriter.WritePropertyValue method
The WritePropertyValue method overloads write iCalendar property values to the stream that this CalendarWriter object owns.
Overload list
Name | Description | |
---|---|---|
![]() |
WritePropertyValue(Boolean) | The WritePropertyValue method writes a Boolean value to the current property in the stream that this CalendarWriter object owns. |
![]() |
WritePropertyValue(DateTime) | The WritePropertyValue method writes a DateTime value to the current property in the stream that this CalendarWriter object owns. |
![]() |
WritePropertyValue(Int32) | The WritePropertyValue method writes an integer value to the current property in the stream that this CalendarWriter object owns. |
![]() |
WritePropertyValue(Object) | The WritePropertyValue method writes an Object as a value to the current property in the stream that this CalendarWriter object owns. |
![]() |
WritePropertyValue(Single) | The WritePropertyValue method writes a single precision floating point value to the current property in the stream that this WritePropertyValue object owns. |
![]() |
WritePropertyValue(String) | The WritePropertyValue method writes a string value to the current property in the stream that this WritePropertyValue object owns. |
![]() |
WritePropertyValue(TimeSpan) | The WritePropertyValue method writes a TimeSpan value to the current property in the stream that this CalendarWriter object owns. |
![]() |
WritePropertyValue(CalendarPeriod) | The WritePropertyValue method writes a CalendarPeriod value to the current property in the stream that this CalendarWriter object owns. |
![]() |
WritePropertyValue(CalendarTime) | The WritePropertyValue method writes a CalendarTime value to the current property in the stream that this CalendarWriter object owns. |
![]() |
WritePropertyValue(Recurrence) | The WritePropertyValue method writes a Recurrence value to the current property in the stream that this CalendarWriter object owns. |
![]() |
WritePropertyValue(DateTime, CalendarValueType) | Writes the associated value to the current property in the write stream with the variable type specified. |
Top