Calendar_Decorator::nextWeek()

Calendar_Decorator::nextWeek() -- Returns the value for next week

Synopsis

require_once 'Decorator.php';

int Calendar_Decorator::nextWeek ([boolean $format = 'timestamp'])

Description

This package is not documented yet.

Parameter

boolean $format

set to TRUE to return a timestamp (optional)

Return value

returns e.g. 6 or timestamp

Throws

throws no exceptions thrown

Note

This function can not be called statically.