CalendarPropertyReader Members
The CalendarPropertyReader structure returns information about properties in an iCalendar data stream.
The following tables list the members exposed by the CalendarPropertyReader type.
Public Properties
Name | Description | |
---|---|---|
![]() |
Name | The Name property gets the name of the current property. |
![]() |
ParameterReader | The ParameterReader property gets a CalendarParameterReader structure to read the parameters on the current property. |
![]() |
PropertyId | The PropertyId property returns a PropertyId structure that identifies the current property. |
![]() |
ValueType | The ValueType property gets the type of the current value. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (inherited from ValueType ) |
![]() |
GetHashCode | (inherited from ValueType ) |
![]() |
GetType | (inherited from Object ) |
![]() |
GetValueReadStream | The GetValueReadStream method returns a stream that can be used to read the current value. |
![]() |
ReadNextProperty | The ReadNextProperty method moves to the next property. |
![]() |
ReadNextValue | The ReadNextValue method moves to the next property value. |
![]() |
ReadValue | The ReadValue method reads the current value and returns it as an object that best represents its underlying type. |
![]() |
ReadValueAsBoolean | The ReadValueAsBoolean method reads the current value and returns it as a Boolean. |
![]() |
ReadValueAsBytes | The ReadValueAsBytes method reads the current value and returns it as an array of bytes. |
![]() |
ReadValueAsCalendarPeriod | The ReadValueAsCalendarPeriod method reads the current value and returns it as a CalendarPeriod structure. |
![]() |
ReadValueAsCalendarTime | The ReadValueAsCalendarTime method reads the current value and returns it as a CalendarTime structure. |
![]() |
ReadValueAsDateTime | Overloaded. The ReadValueAsDateTime method overloads interpret date and time information in an iCalendar data stream. |
![]() |
ReadValueAsDouble | The ReadValueAsDouble method returns the current value as a double precision floating point value. |
![]() |
ReadValueAsFloat | The ReadValueAsFloat method returns the current value as a single precision floating point value. |
![]() |
ReadValueAsInt32 | The ReadValueAsInt32 method returns the current value as a 32-bit integer. |
![]() |
ReadValueAsRecurrence | The ReadValueAsRecurrence method returns the current value as a Recurrence object. |
![]() |
ReadValueAsString | The ReadValueAsString method returns the current value as a string. |
![]() |
ReadValueAsTimeSpan | Overloaded. The ReadValueAsTimeSpan method overloads return the current value as TimeSpan objects. |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from ValueType ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top