TimeZoneConvertTime Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the time of this timezone for the given time; the given time can be UTC or Local.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public DateTime ConvertTime(
DateTime time
)
Public Function ConvertTime (
time As DateTime
) As DateTime
Parameters
- time
- Type: SystemDateTime
The UTC or Local time to convert.
Return Value
Type:
DateTimeThe converted time.
Exceptions Remarks See Also