TimeMeasurerStart(Double) Method

Starts the time interval measurement.

Definition

Namespace: DevCase.Core.DateAndTime.TimeManagement
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public void Start(
	double milliseconds
)

Parameters

milliseconds  Double
The time interval to measure, in milliseconds.

Exceptions

ArgumentOutOfRangeException milliseconds;A value smaller than MaxValue is required.
ArgumentOutOfRangeException milliseconds;A value greater than 0 is required.

See Also