public TimeZoneData GetTimeZoneByID( string timeZoneID )
Public Function GetTimeZoneByID( _ ByVal timeZoneID As String _ ) As TimeZoneData
Parameters
- timeZoneID
- The time zone ID
Return Value
A TimeZoneData that references the specified time zone id.
public TimeZoneData GetTimeZoneByID( string timeZoneID )
Public Function GetTimeZoneByID( _ ByVal timeZoneID As String _ ) As TimeZoneData
Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
Target Platforms: Windows 11, Windows 10