true if t1 is later than t2; otherwise, false.
The DateTime.op_GreaterThan(DateTime, DateTime) operator determines the relationship between two DateTime values by comparing their number of ticks. Before comparing DateTime objects, make sure that the objects represent times in the same time zone. You can do this by comparing the values of their DateTime.Kind property.