CalendarParameterReader members
The CalendarParameterReader class returns information about parameters in an iCalendar stream.
The CalendarParameterReader type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name | The Name property gets the name of the current parameter. | |
ParameterId | The ParameterId method gets a ParameterId enumeration value that identifies the current parameter. |
Top
Methods
Name | Description | |
---|---|---|
ReadNextParameter | The ReadNextParameter method reads the next parameter. | |
ReadNextValue | The ReadNextValue method reads the next value in the current parameter. | |
ReadValue | The ReadValue method returns a string that contains the current value. |
Top