CalendarPropertyReader Members
Include Protected Members
Include Inherited Members
The CalendarPropertyReader structure returns information about properties in an iCalendar data stream.
The CalendarPropertyReader type exposes the following members.
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
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from ValueType.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from ValueType.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetValueReadStream | The GetValueReadStream method returns a stream that can be used to read the current value. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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() | The ReadValueAsDateTime method reads a value and returns it as a DateTime structure. |
![]() |
ReadValueAsDateTime(CalendarValueType) | The ReadValueAsDateTime method reads a value and returns it as a DateTime structure. |
![]() |
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() | The ReadValueAsTimeSpan method returns the current value as a TimeSpan structure. |
![]() |
ReadValueAsTimeSpan(CalendarValueType) | The ReadValueAsTimeSpan method returns the current value as a TimeSpan structure. |
![]() |
ToString | (Inherited from ValueType.) |
Top