Get Local TimeZoneInfo
I am using c#. I need to get the local time zone info for the person who
is running the application.
I was wondering if
TimeZoneInfo tzinfo = TimeZoneInfo.Local;
is the what to use. Again depending on what time zone the person running
the application is, I like to be reflected.
No comments:
Post a Comment