Public Methods | |
| TimeSpan () throw () | |
| Default constructor (empty interval). | |
| TimeSpan (int64 value) throw () | |
| Int64-value constructor. | |
| int64 | value () const throw () |
| Int64-value read-only access. | |
| int64 & | value () throw () |
| Int64-value read-write access. | |
| bool | empty () const throw () |
| Checks whether this interval is empty. | |
| void | clear () throw () |
| Set this interval to empty. | |
|
|
Default constructor (empty interval).
|
|
|
Int64-value constructor.
|
|
|
Set this interval to empty.
|
|
|
Checks whether this interval is empty.
|
|
|
Int64-value read-write access.
|
|
|
Int64-value read-only access.
|
1.3-rc2