can anyone tell the namespace for datetime
namespace for datetime
Collapse
X
-
Originally posted by salocan anyone tell the namespace for datetime
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
Comment