How do I access the .NET TimeZoneInfo class from SQL Server 2005?

Posted by papillonuk on Stack Overflow See other posts from Stack Overflow or by papillonuk
Published on 2009-03-13T16:46:57Z Indexed on 2010/03/18 23:41 UTC
Read the original article Hit count: 432

Filed under:
|
|
|
|

The TimeZoneInfo class has a Host Protection Attribute of MayLeakOnAbort.

This seems to prevent me accessing it from the SQL Server CLR. But is there a workaround?

© Stack Overflow or respective owner

Related posts about timezoneinfo

Related posts about .NET