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
See also
Reference
CalendarPropertyReader structure