musaler
May 7th, 2006, 12:47 AM
Hello all!
I have Date "2/1/2005 10:30:00" in TimeZone with UTC offset -5(this is NOT my local timezone)
How can I convert this time to any other timezone with different UTC offset in C# taking account Dayligh savings?
As I understood from MSDN there are 2 functions in DateTime class ToUniversalTime() and ToLocalTime(), but there is no function wich transferes from one timezone to another.
Help please
Thank you
I have Date "2/1/2005 10:30:00" in TimeZone with UTC offset -5(this is NOT my local timezone)
How can I convert this time to any other timezone with different UTC offset in C# taking account Dayligh savings?
As I understood from MSDN there are 2 functions in DateTime class ToUniversalTime() and ToLocalTime(), but there is no function wich transferes from one timezone to another.
Help please
Thank you