Get Current Time from selected Timezone
-
2006년 6월 20일 화요일 오전 10:32
Hi,
I have a dropdownlist with list of all TimeZones like Pacific, Mountain, etc.
If I select any one from the list, i need to get the current time in that zone.
Can any one pls provide the solution for this.
Is there any build-in method in DotNet for calculating current time with only timezone?Thanks in Advance.
모든 응답
-
2006년 6월 20일 화요일 오후 12:51중재자From what I know you can get only the TimeZone of the current system. The only thing I could think of is to store the timezone offsets in a hashtable.
-
2006년 6월 20일 화요일 오후 1:17중재자
this might be useful

