1)what is timestamp in C#
(anilringole@gmail.com)
Answer Posted / shailesh kumar
TimeSpan is the datatype in C#.which contain
day,hour,min,sec
TimeSpan myTimeSpan = new TimeSpan(2,12,0,12 );
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is data binding c#?
What is dll in c#?
Explain different properties of object oriented systems.
What are the Configuration files in .net?
Is hashset ordered c#?
What is the use of inheritance in c#?
What tool we have to use to install assembli in gac folder.
Define parsing? Explain how to parse a datetime string?
What is parallel programming in c#?
What is iqueryable in linq?
What is typeof undefined?
Is arraylist generic in c#?
What is the best dependency injection c#?
What is difference between method overriding and method overloading?
Is c and c# the same?