You are here

function BirthdaysBirthday::getDay in Birthdays 7

Return value

The day or 0.

File

./birthdays_birthday.inc, line 291
The BirthdaysBirthday class.

Class

BirthdaysBirthday
Converts between different data representations and do calculations on a birthday.

Code

function getDay() {
  return $this->value['day'];
}