.Net, Rails, and other stuff
Sai Jyothi Prasad Ponduru's learning blog
Wednesday, May 16, 2012
DateTime.Now.CompareTo() method
var dt1 = DateTime.Now; while (DateTime.Now.CompareTo(dt1.AddSeconds(10)) <= 0) { }
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment