May 2010
Intermediate to advanced
1272 pages
61h 18m
English
You often need to represent intervals of time in your applications, especially in conjunction with dates. The .NET Framework provides a structure, therefore a value type, named System.TimeSpan. Such structure can represent time from a minimum value (one tick) until a maximum value (one day). A tick is the smallest unit for time representations and is equal to 100 nanoseconds. Whereas TimeSpan represents a summed amount of time between two given time values, the time portion of a Date object represents a single specific moment in time.
Read now
Unlock full access