Click or drag to resize
ClockMockAddMilliseconds Method
Advances UtcNowValue and LocalNowValue by so-many milliseconds.

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DateTime AddMilliseconds(
	int milliseconds
)

Parameters

milliseconds
Type: SystemInt32

Return Value

Type: DateTime
The new UtcNowValue value.
See Also