how to get system date & Time using c#.net
-
what ia code for it?
-
what ia code for it?
-
what ia code for it?
System.DateTime.Now.Tostring();
-
System.DateTime.Now.Tostring();
-
what ia code for it?
Although you've been given the answer, you really should know this sort of basic stuff, and you should invest in a C# book and work through it before attempting anything more complex than basic exercises and self teaching.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
Although you've been given the answer, you really should know this sort of basic stuff, and you should invest in a C# book and work through it before attempting anything more complex than basic exercises and self teaching.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
but how to read a book? should use streamreader? or is there something like the following..
BookReader br = new BookReader("C# Book");
also does .Net framework contain books already as i dont want to get my own?
BookReader br = new BookReader(Books.BasicProgramming);
:( my code wont compile, please help :laugh: :laugh: :laugh:
Life goes very fast. Tomorrow, today is already yesterday.