Click or drag to resize

TimeZoneConvertTime Method

Verizon Connect Logo
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
)

Parameters

time
Type: SystemDateTime
The UTC or Local time to convert.

Return Value

Type: DateTime
The converted time.
Exceptions
ExceptionCondition
UnsupportedTimeZoneExceptionThrown when DST is used in the timezone but starts and ends in the same month.
Remarks
See the example here.
See Also