Share via


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.DateTime

    The value of the current property in the write stream.

See also

Reference

CalendarWriter class

CalendarWriter members

WritePropertyValue overload

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace