Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2015
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. public class Program
  2. {
  3. static void Main(string[] args)
  4. {
  5. var period = 1209;
  6. var dt = new DateTime(1900, period + 1, 0);
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement