|
by BCLTeam via BCL Team Blog on 10/3/2006 5:40:00 PM
Extended Time Zone support is one of the most requested features in the BCL. System.TimeZone provides some basic support for converting from your machine Time Zone to UTC and vice versa, but it doesn’t have support to convert… say from Pacific Standard Time to Eastern Standard Time. In the “Orcas” September CTP, you’ll see that the BCL team has added a new class named “System.TimeZone2” that will allow you to:
- Convert a DateTime from one ti
... [ read more ]
|