The following is an example of a parameter:
RDATE;VALUE=DATE:19970304,19970504,19970704,19970904
The VALUE indicates the parameter of the RDATE property.
The Parameters object supports the following properties and method:
Name | Description | |||
Add | Adds a Parameter object to the collection and returns a reference to the newly created object. | |||
Clear | Removes all objects in a collection. | |||
Count | Returns the number of parameters in the collection. | |||
Enumerate | Enumerates the parameters in the collection whose name matches the giving mask. | |||
Item | Returns a specific Parameter of the Parameters collection, giving its name. | |||
Remove | Removes a specific member from the Parameters collection, giving its name. |