function BirthdaysBirthday::getMonth in Birthdays 7
@retrun The month or 0.
File
- ./
birthdays_birthday.inc, line 284 - The BirthdaysBirthday class.
Class
- BirthdaysBirthday
- Converts between different data representations and do calculations on a birthday.
Code
function getMonth() {
return $this->value['month'];
}