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