CalendarPropertyReader.ReadValueAsTimeSpan Method
The ReadValueAsTimeSpan method returns the current value as a TimeSpan structure.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadValueAsTimeSpan As TimeSpan
'Usage
Dim instance As CalendarPropertyReader
Dim returnValue As TimeSpan
returnValue = instance.ReadValueAsTimeSpan()
public TimeSpan ReadValueAsTimeSpan()
Return Value
Type: System.TimeSpan