Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
How to Fetch Current Time from Internet?
neetha mathew
7y
260
1
Reply
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.
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Initializing null value
How to bind dropdownlistfor as List<string> ?