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