ContactPropertyReader.ReadValueAsDateTime Method (ContactValueType)
The ReadValueAsDateTime(ContactValueType) method returns the property value as a date and time.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadValueAsDateTime ( _
type As ContactValueType _
) As DateTime
'Usage
Dim instance As ContactPropertyReader
Dim type As ContactValueType
Dim returnValue As DateTime
returnValue = instance.ReadValueAsDateTime(type)
public DateTime ReadValueAsDateTime(
ContactValueType type
)
Parameters
- type
Type: Microsoft.Exchange.Data.ContentTypes.vCard.ContactValueType
One of the ContactValueType enumeration values.
Return Value
Type: System.DateTime
The ReadValueAsDateTime(ContactValueType) method returns the property value as a DateTime instance.