| Visual Basic (Declaration) | |
|---|---|
Public Sub Remove( _ ByVal timeInterval As TimeInterval _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void Remove( TimeInterval timeInterval ) | |
| C++/CLI | |
|---|---|
public: void Remove( TimeInterval timeInterval ) | |
Parameters
- timeInterval
- The TimeInterval to remove.