Freigeben über


CalendarPropertyReader.ReadValueAsInt32 Method

The ReadValueAsInt32 method returns the current value as a 32-bit integer.

Namespace:  Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Function ReadValueAsInt32 As Integer
'Usage
Dim instance As CalendarPropertyReader
Dim returnValue As Integer

returnValue = instance.ReadValueAsInt32()
public int ReadValueAsInt32()

Return Value

Type: System.Int32