Partager via


ContactPropertyReader.ReadValueAsTimeSpan Method

The ReadValueAsTimeSpan() method returns the property value as a time span.

Namespace:  Microsoft.Exchange.Data.ContentTypes.vCard
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Function ReadValueAsTimeSpan As TimeSpan
'Usage
Dim instance As ContactPropertyReader
Dim returnValue As TimeSpan

returnValue = instance.ReadValueAsTimeSpan()
public TimeSpan ReadValueAsTimeSpan()

Return Value

Type: System.TimeSpan
The ReadValueAsTimeSpan() method returns the property value as a TimeSpan instance.