Click or drag to resize

PointVisitTime Constructor (NullableDateTime, NullableDateTime, Int32)

Initializes a new instance of the PointVisitTime class.

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

Parameters

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