Exemplo n.º 1
0
 /**
  * @brief returns the options for an yearly or monthly repeating event which occurs on specific days of the month
  * @return array - valid inputs for yearly or monthly repeating events
  */
 public static function getByMonthDayOptions()
 {
     return OC_Calendar_Object::getByMonthDayOptions();
 }