CalendarWriter.WritePropertyValue method (DateTime, CalendarValueType)
Writes the associated value to the current property in the write stream with the variable type specified.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WritePropertyValue ( _
value As DateTime, _
valueType As CalendarValueType _
)
'Usage
Dim instance As CalendarWriter
Dim value As DateTime
Dim valueType As CalendarValueType
instance.WritePropertyValue(value, valueType)
public void WritePropertyValue(
DateTime value,
CalendarValueType valueType
)
Parameters
value
Type: System.DateTimeThe value of the current property in the write stream.
valueType
Type: Microsoft.Exchange.Data.ContentTypes.iCalendar.CalendarValueTypeThe data type of the associated the current property in the write stream.