Retreiving the current time and date.
-
How would I go about retreiving the current time and date on the user's computer using .NET? :~ Thanks. Happy Programming! WWW::CodeProject::BNEACETP
DateTime.Now --Colin Mackay--
EuroCPian Spring 2004 Get Together[^] "You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar
-
DateTime.Now --Colin Mackay--
EuroCPian Spring 2004 Get Together[^] "You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar
-
How would I go about retreiving the current time and date on the user's computer using .NET? :~ Thanks. Happy Programming! WWW::CodeProject::BNEACETP
DateTime structure has a property called "Now", will give you the datetime object has a current date and time.