Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.