Click or drag to resize

RoutingStrategyCalculateTimeAfter Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Calculates the time after passing through the link.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public DateTime CalculateTimeAfter(
	DateTime start,
	LinkCost cost
)

Parameters

start
Type: SystemDateTime
The start time. DateTime.
cost
Type: Telogis.GeoBase.RoutingLinkCost
The LinkCost, in seconds.

Return Value

Type: DateTime
The sum of start and the calculated LinkCost, as a DateTime.
See Also