neetha mathew

neetha mathew

  • NA
  • 163
  • 11.3k

How to Fetch Current Time from Internet?

May 12 2017 3:05 AM
How to Fetch Current Time from Internet to a Text box using C#??
 
I tried following code:
 
DateTime d = DateTime.UtcNow;
DateTimeOffset dto2 = DateTimeOffset.UtcNow;
 
But it return only Correct date. 

Answers (1)