using System;

namespace DateAndTime
{
class Program
{
static int Main()
{
DateTime tm = new DateTime();

Console.WriteLi ne("Deault Date and Time: {0}", tm);
return 0;
}
}
}
u can work like this so that u can get i hope in namespace...