using System;
public class Program
{
public static void Main()
DateTime tmp = new DateTime(1);
object tst = tmp;
Console.WriteLine(tst.GetType());
}