Showing posts with label C# TimeZone. Show all posts
Showing posts with label C# TimeZone. Show all posts

Convert To Normal DateTime in C#

System.TimeZone localzone = System.TimeZone.CurrentTimeZone;
return localzone.ToLocalTime(yourdateasstring);