#include <period.h>
Collaboration diagram for Dv::Util::Period:
Public Member Functions | |
Period (const Date &start, const Duration &size) | |
Constructor. | |
Period (Date start, Date end) throw (std::runtime_error) | |
Constructor, the duration will be such that start + size = end . | |
Date | start () const |
Start date of period. | |
Date | end () const |
End date of period, i.e. start + size . | |
const Duration & | size () const |
Size of period. | |
Private Attributes | |
Date | start_ |
Duration | size_ |
Definition at line 69 of file period.h.
|
Constructor. |
|
Constructor, the duration will be such that
|
|
Start date of period. |
|
End date of period, i.e.
|
|
Size of period. |
|
|
dvutil-0.13.15 | [30 December, 2004] |