Share via


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

See also

Reference

CalendarPropertyReader structure

CalendarPropertyReader members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace