What is the equivalent of Java\'s System.currentTimeMillis() in C#?
System.currentTimeMillis()
The framework doesn't include the old seconds (or milliseconds) since 1970. The closest you get is DateTime.Ticks which is the number of 100-nanoseconds since january 1st 0001.