对于VB:
Write.Print("当前时间为:" & Format(Now,"yyyy年M月d日HH时mm分"))
而C#:
Console.WriteLine("当前时间为:" + DateTime.Now);