TimeSpan Class Reference

A timespan helper class. More...

List of all members.

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.


Detailed Description

A timespan helper class.

A timespan is an "amount of time" and is useful for adding and subtracting from a DateTime object.

Back to SmartWin website
SourceForge.net Logo