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

Convert To Normal DateTime in C#

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