Public Member Functions | |
TimeSpan (int days, int hours, int minutes, int seconds) | |
Construct a timespan consisting of the initial values given. | |
TimeSpan () | |
Contructs an empty TimeSpan meaning having 0 as the Span periode. |
A timespan is an "amount of time" and is useful for adding and subtracting from a DateTime object.