P
Patrick Bates
Apparently this isn't what I thought it was...
I'm looking for the following functionality:
1) Enumeration of a list of time zones
2) Configure an object based on a selected time zone
3) Use that object to convert times in GMT/UTC to the selected time zone.
If I understand correctly, System.TimeZone only performs #3 in regards to
the current system time zone, and there's no way to declare an instance as a
different time zone, much less get a list of time zones.
Seems there may be something close to what I'm looking for in SQL
Notification Services, but isn't there anything else in just .Net 2.0?
Thanks,
Patrick Bates
I'm looking for the following functionality:
1) Enumeration of a list of time zones
2) Configure an object based on a selected time zone
3) Use that object to convert times in GMT/UTC to the selected time zone.
If I understand correctly, System.TimeZone only performs #3 in regards to
the current system time zone, and there's no way to declare an instance as a
different time zone, much less get a list of time zones.
Seems there may be something close to what I'm looking for in SQL
Notification Services, but isn't there anything else in just .Net 2.0?
Thanks,
Patrick Bates