简单类型 / 日期和时间

using System;

var now = DateTime.Now;

Console.WriteLine("{0}", now);