Calendar_Day::isLast
Calendar_Day::isLast() – Returns true if Day object is last in a Week
Synopsis
require_once 'Day.php';
boolean Calendar_Day::isLast (
)
Описание
Only relevant when Day is created by Calendar_Month_Weekdays::build()
Throws
throws no exceptions thrown
Замечание
This function can not be called statically.