PointVisitTime Constructor (NullableDateTime, NullableDateTime, Int32) |
Namespace:
Resto.Front.Api.Data.Brd
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxpublic 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