This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkQuery2 Interface > INetworkQuery2.ConvertUTCTimeToLocalTime Method (ArcObjects .NET 10.4 SDK) |
Converts UTC time to local time for the given time zone.
[Visual Basic .NET] Public Function ConvertUTCTimeToLocalTime ( _ ByVal localTimeZoneID As Integer, _ ByVal utcTime As DateTime _ ) As DateTime
[C#] public DateTime ConvertUTCTimeToLocalTime ( int localTimeZoneID, DateTime utcTime );
[C++]
HRESULT ConvertUTCTimeToLocalTime(
long localTimeZoneID,
DATE utcTime,
DATE* localTime
);
[C++]
Parameters localTimeZoneID [in] localTimeZoneID is a parameter of type long utcTime [in] utcTime is a parameter of type DATE localTime [out, retval] localTime is a parameter of type DATE