void constructor Calendar_Week::Calendar_Week (
int $y
, int $m
, int $d
, int $firstDay
= false
)
This package is not documented yet.
$y
year e.g. 2003
$m
month e.g. 5
$d
a day of the desired week
$firstDay
(optional) first day of week (e.g. 0 for Sunday, 2 for Tuesday etc.)
throws no exceptions thrown
This function can not be called statically.