Check out example codes for "c# timespan". It will help you in understanding the concepts better.
Code Example 1
TimeSpan interval = new TimeSpan();
Console.WriteLine(interval.Equals(TimeSpan.Zero)); // Displays "True".
Learn ReactJs, React Native from akashmittal.com