man_luck Posted July 27, 2004 Posted July 27, 2004 can any1 tell me how to retrieve time from the local machine and which namespace we are supposed to use. Quote
shahzad_iqbal Posted July 27, 2004 Posted July 27, 2004 hi hi this is very simple u simply creat the object of the date class then check it all properties. today i think retreve the time and date Quote
Administrators PlausiblyDamp Posted July 27, 2004 Administrators Posted July 27, 2004 DateTime.Now should return the current system time. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
dhj Posted July 27, 2004 Posted July 27, 2004 TimeValue(DateTime.Now) will give u the time in vb.net Quote
Administrators PlausiblyDamp Posted July 27, 2004 Administrators Posted July 27, 2004 If you just want the time you are better using Date.Now.TimeOfDay rather than the legacy vb6 TimeValue function. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.