fork download
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5.  
  6. namespace Test
  7. {
  8. class Program
  9. {
  10. static void Main(string[] args)
  11. {
  12. Console.WriteLine(string.Format("{0}", DateTime.Parse("02/10/2012 2:05").Hour));
  13. }
  14. }
  15. }
  16.  
Success #stdin #stdout 0.04s 37136KB
stdin
Standard input is empty
stdout
2