ContactWriter.WritePropertyValue Method (DateTime)
The WritePropertyValue(DateTime) method writes a DateTime value.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WritePropertyValue ( _
value As DateTime _
)
'Usage
Dim instance As ContactWriter
Dim value As DateTime
instance.WritePropertyValue(value)
public void WritePropertyValue(
DateTime value
)
Parameters
- value
Type: System.DateTime