Compartilhar via


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

See also

Reference

CalendarPropertyReader structure

CalendarPropertyReader members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace