Tell DateTime to use different time zone as LocalTime?

  • Thread starter Thread starter Randall Parker
  • Start date Start date
R

Randall Parker

Suppose you have code on a server and want to translate between UTC and local time of
clients who are in other time zones. The call ToLocalTime() uses the server's local time.

Is there any way to set a DateTime object to use a different time zone as local time?
 
Back
Top