Beispiel #1
0
Date Date::operator+(SLib::Interval& i) const
{
	Date newdate = *this;

	newdate.Add(i);
	return newdate;
}