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