ralphtrent
Programmer
Hello
Is it possible to create the TimeZone Class for a specific TimeZone or is there a TimeZone Enum. I have a class that will render a DateTime based on a supplied TimeZone. I have only been able to pass in the clients local time zone, but I would like to have the client select a Time Zone. I can pass the time zone in as a string and do the modification that way, but my code currently takes a TimeZone object and I would hate to have to go through all that code to change it.
Thanks
Is it possible to create the TimeZone Class for a specific TimeZone or is there a TimeZone Enum. I have a class that will render a DateTime based on a supplied TimeZone. I have only been able to pass in the clients local time zone, but I would like to have the client select a Time Zone. I can pass the time zone in as a string and do the modification that way, but my code currently takes a TimeZone object and I would hate to have to go through all that code to change it.
Thanks