CalendarPropertyReader.ReadValueAsCalendarPeriod Method
The ReadValueAsCalendarPeriod method reads the current value and returns it as a CalendarPeriod structure.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadValueAsCalendarPeriod As CalendarPeriod
'Usage
Dim instance As CalendarPropertyReader
Dim returnValue As CalendarPeriod
returnValue = instance.ReadValueAsCalendarPeriod()
public CalendarPeriod ReadValueAsCalendarPeriod()
Return Value
Type: Microsoft.Exchange.Data.ContentTypes.iCalendar.CalendarPeriod