Calendar_Day::isEmpty

Calendar_Day::isEmpty()

Synopsis

require_once 'Day.php';

boolean Calendar_Day::isEmpty ( )

Description

This package is not documented yet.

Throws

throws no exceptions thrown

Note

This function can not be called statically.

Builds the Hours of the Day (Previous) Returns true if Day object is first in a Week (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

Note by: miked187
isEmpty() determines if the Day is within the current month.

The Calendar_Month_Weekdays object is built with a wall calendar print format in mind, some of the days on the beginning of a month calendar are at the end of last month, and at the end of the month there are days shown from the next month.

Calendar_Month_Weekdays builds an array of days in a similar fashion.

isEmpty() determines if the day fetched is within the scope of the current month.