Click or drag to resize

PointVisitTime(NullableDateTime, NullableDateTime, Int32) Constructor

Initializes a new instance of the PointVisitTime class.

Namespace: Resto.Front.Api.Data.Brd
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public PointVisitTime(
	DateTime? actual,
	DateTime? expected,
	int expectedWaitingTimeSec
)

Parameters

actual  NullableDateTime
Actual time of visiting the point. Filled only for visited points.
expected  NullableDateTime
Estimated time of visiting the point. Filled only for unvisited locations.
expectedWaitingTimeSec  Int32
Estimated waiting time at the point (in seconds).
See Also