Freigeben über


CalendarWriter.WritePropertyValue method

The WritePropertyValue method overloads write iCalendar property values to the stream that this CalendarWriter object owns.

Overload list

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

Top

See also

Reference

CalendarWriter class

CalendarWriter members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace