Parameter object
The Parameter object holds information about a parameter of a property. The Parameters property of the Property accesses the Parameters collection.

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 Parameter object supports the following properties and methods:

NameDescription
NameIndicates the parameter's name.
PropertyRetrieves the parent property of the parameter.
toICalendarGets the iCalendar representation of the parameter.
UserDataIndicates any extra data associated with the parameter.
ValueIndicates the parameter's value( or values if a safe array is used ).