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


Please Help Members By Posting Answers For Below Questions

You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?

505


What is difference between first and firstordefault?

495


What is private constructor c#?

502


What are boxing and unboxing?

526


What is a generic class?

531






What is the difference between == and object.equals?

509


What are the return types in c#?

497


What is null propagation c#?

508


Explain about c# language.

603


When To use HashTable In C#

551


Is c++ or c# better?

544


Is namespace necessary in c#?

492


How do you encapsulate in c#?

485


What is a callback c#?

545


What is lazy t?

510