Is there a way to get the time zone information given the name of a country, a state and a city?
For e.g. if I have the string United States, Illinois and Chicago, is there a way to get an object like the TimeZoneInfo
that gives me information such as the UTC offset for that time zone, its standard name (Central Standard Time), its display name, whether or not the time zone supports daylight saving, etc.
I am using the .NET framework v4.6.1.