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