1)what is timestamp in C#
(anilringole@gmail.com)

Answers were Sorted based on User's Feedback



1)what is timestamp in C# (anilringole@gmail.com)..

Answer / dinesh kumar

timestamp is the datatype in C#.

Is This Answer Correct ?    9 Yes 5 No

1)what is timestamp in C# (anilringole@gmail.com)..

Answer / 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

More C Sharp Interview Questions

What is the difference between list and arraylist c#?

0 Answers  


What is console programming language?

0 Answers  


What is console readkey in vb net?

0 Answers  


What is a console operator?

0 Answers  


how can one use hcl and c sharp together?

0 Answers  






Give examples for value types?

0 Answers  


What is difference between function and method in c#?

0 Answers  


Why extension method is static?

0 Answers  


Explain about ODP.net

0 Answers  


What do you mean by synchronous and asynchronous operations?

0 Answers  


What is short circuit logical evaluation?

1 Answers   TCS,


How do I create a multilanguage?

0 Answers  


Categories