CalendarWriter.WritePropertyValue Method
The WritePropertyValue method overloads write iCalendar property values to the stream that this CalendarWriter object owns.
Overload List
Name | Description |
---|---|
CalendarWriter.WritePropertyValue (Boolean) |
The WritePropertyValue method writes a Boolean value to the current property in the stream that this CalendarWriter object owns.
|
CalendarWriter.WritePropertyValue (CalendarPeriod) |
The WritePropertyValue method writes a CalendarPeriod value to the current property in the stream that this CalendarWriter object owns.
|
CalendarWriter.WritePropertyValue (CalendarTime) |
The WritePropertyValue method writes a CalendarTime value to the current property in the stream that this CalendarWriter object owns.
|
CalendarWriter.WritePropertyValue (DateTime) |
The WritePropertyValue method writes a DateTime value to the current property in the stream that this CalendarWriter object owns.
|
CalendarWriter.WritePropertyValue (Int32) |
The WritePropertyValue method writes an integer value to the current property in the stream that this CalendarWriter object owns.
|
CalendarWriter.WritePropertyValue (Object) |
The WritePropertyValue method writes an Object as a value to the current property in the stream that this CalendarWriter object owns.
|
CalendarWriter.WritePropertyValue (Recurrence) |
The WritePropertyValue method writes a Recurrence value to the current property in the stream that this CalendarWriter object owns.
|
CalendarWriter.WritePropertyValue (Single) |
The WritePropertyValue method writes a single precision floating point value to the current property in the stream that this WritePropertyValue object owns.
|
CalendarWriter.WritePropertyValue (String) |
The WritePropertyValue method writes a string value to the current property in the stream that this WritePropertyValue object owns.
|
CalendarWriter.WritePropertyValue (TimeSpan) |
The WritePropertyValue method writes a TimeSpan value to the current property in the stream that this CalendarWriter object owns.
|