Click or drag to resize

OptimizeResultIsTimeValid Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Indicates whether a given time is valid (below the valid time threshold of 24 hours).

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static bool IsTimeValid(
	DateTime time
)

Parameters

time
Type: SystemDateTime
A time to inspect as a DateTime.

Return Value

Type: Boolean
True if the time is valid; otherwise false.
See Also