
Time Zone
In this article, we will discuss about how to convert time according to time zone. I am using TuneZoneInfo class to retrieve information about the current time zone and you can convert it to UTC (Coordinated Universal Time) or vice versa. And also you can use this class to retrieve information on any time zone defined on the local system.
#region TimeZoneConverter Source
private void
frmTimeZoneConverter_Load(object...