Does anyone know how to get the value and the code that its related to the Time Zone value? Example: 235 (GMT-12:00) International Date Line Week
*This post is locked for comments
Thanks !!! It helped a lot
Take a look at the SDK for this purpose.
msdn.microsoft.com/.../hh547406.aspx
Also, since you are on-Premise, you can login to your SQL Server and run the following SQL statement against your CRM database:
SELECT [TimeZoneCode] ,[TimeZoneDefinitionId] ,[UserInterfaceName] ,[StandardName] FROM [TimeZoneDefinitionBase]
Hope this helps.
This may help.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156