Answer to Question #3764 in C# for viki
How to find other country time and date in c# code?
1
2011-09-01T07:41:30-0400
To get current date you can use DateTime.Now
https://msdn.microsoft.com/en-us/library/system.datetime.now.aspx
And to find another country you can use TimeZoneInfo class
https://msdn.microsoft.com/en-us/library/system.timezoneinfo.aspx
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Learn more about our help with Assignments:
C#
Comments
Leave a comment