Share via


CalendarPropertyReader.ReadValueAsCalendarTime method

The ReadValueAsCalendarTime method reads the current value and returns it as a CalendarTime structure.

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

Syntax

'Declaration
Public Function ReadValueAsCalendarTime As CalendarTime
'Usage
Dim instance As CalendarPropertyReader
Dim returnValue As CalendarTime

returnValue = instance.ReadValueAsCalendarTime()
public CalendarTime ReadValueAsCalendarTime()

Return value

Type: Microsoft.Exchange.Data.ContentTypes.iCalendar.CalendarTime

See also

Reference

CalendarPropertyReader structure

CalendarPropertyReader members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace