TestClock..::..Set Method
Sets the clock to a specified date and time.
Assumes the DateTimeKind of the provided dateTime. If unspecified, DateTimeKind.Local is assumed.
Namespace:
WalterAssembly: Walter (in Walter.dll)
Syntax
public void Set( DateTime dateTime )
Parameters
- dateTime
- Type: DateTime
The date and time to set the clock to.

