TimingValueBuilder.AddWallclock

TimingValueBuilder.AddWallclock method

Adds a wallclock timing value.

public TimingValueBuilder AddWallclock(DateTime wallclockTime)
ParameterTypeDescription
wallclockTimeDateTimeThe specific date and time for the timing.

Return Value

The current TimingValueBuilder instance for chaining.

See Also