CalendarWriter.StartComponent method
The StartComponent method overloads start new components.
Overload list
Name | Description | |
---|---|---|
StartComponent(String) | The StartComponent method starts a new component that is identified by the name parameter. | |
StartComponent(ComponentId) | The StartComponent method starts a new component that is identified by the componentId parameter. |
Top