Ejemplo n.º 1
0
 /**
  * @brief returns the options for an monthly repeating event which occurs on specific weeks of the month
  * @return array - valid inputs for monthly repeating events
  */
 public static function getWeekofMonth()
 {
     return Object::getWeekofMonth(self::$l10n);
 }