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
list the steps in code compilation in c#?
Are arrays immutable c#?
Is an interface a type c#?
What is wcf c#?
What is ienumerable and iqueryable?
Is it not possible to store a boolean value as a variable?
What is the boxing and unboxing in c#?
What are the advantages of properties in c#?
What is default value of decimal c#?
Can abstract class have private constructor c#?
Can c# inherit multiple classes?
Is enum a value type c#?
What is serializable in c#?
Is concurrent queue thread safe?
How do you declare a variable in c#?