M
Mark B
We have a C# Add-in for Outlook 2007.
We receive a version DateTime field from a webservice from a server in
Florida, e.g. dtServerDateTime in Eastern Time Zone DateTime.
How can I convert this DateTime variable to the user's local computer time
so I can display it on a form label on their desktop?
I am assuming the shared server hosted by serverintellect.com doesn't adjust
for daylight savings too... If so I would need to take account of that and
the local user's daylight saving I am guessing.
We receive a version DateTime field from a webservice from a server in
Florida, e.g. dtServerDateTime in Eastern Time Zone DateTime.
How can I convert this DateTime variable to the user's local computer time
so I can display it on a form label on their desktop?
I am assuming the shared server hosted by serverintellect.com doesn't adjust
for daylight savings too... If so I would need to take account of that and
the local user's daylight saving I am guessing.