TestClock..::..Add Method
Adds the specified duration to the current time of the clock.
Namespace:
WalterAssembly: Walter (in Walter.dll)
Syntax
public void Add( TimeSpan time )
Parameters
- time
- Type: TimeSpan
The duration to add to the current time.

