CalendarPropertyReader.ReadValueAsFloat Method
The ReadValueAsFloat method returns the current value as a single 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 ReadValueAsFloat As Single
'Usage
Dim instance As CalendarPropertyReader
Dim returnValue As Single
returnValue = instance.ReadValueAsFloat()
public float ReadValueAsFloat()
Return Value
Type: System.Single