NeedForTrade Documentation

TimeSpan Structure

Represents difference between two DateTime values.

 

Basic members:

 

     // Properties
     long Ticks
     int Days
     int Hours
     int Milliseconds
     int Minutes
     int Seconds

TimeSpan structure is read-only. You can access TimeSpan properties by using dot operator. For example: hours = time_span1.Hours;


See also Microsoft .NET Framework TimeSpan Structure Documentation.