CalendarWriter.WritePropertyValue method (CalendarPeriod)
The WritePropertyValue method writes a CalendarPeriod value to the current property in the stream that this CalendarWriter object owns.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WritePropertyValue ( _
value As CalendarPeriod _
)
'Usage
Dim instance As CalendarWriter
Dim value As CalendarPeriod
instance.WritePropertyValue(value)
public void WritePropertyValue(
CalendarPeriod value
)
Parameters
value
Type: Microsoft.Exchange.Data.ContentTypes.iCalendar.CalendarPeriodA CalendarPeriod value to write.