OptimizeResultIsTimeValid Method | |
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
)
Public Shared Function IsTimeValid (
time As DateTime
) As Boolean
Parameters
- time
- Type: SystemDateTime
A time to inspect as a DateTime.
Return Value
Type:
BooleanTrue if the time is valid; otherwise false.
See Also