$sca->wochentag; # Samstag $sca->add(1); $sca->wochentag; # Sonntag $sca++; # use overload "++" $sca->wochentag; # Montag