/**
  * Constructor of ilRoomSharingTimeInputGUI; an own take on of the
  * ilDateTimeInputGUI. It is solely used for time inputs.
  *
  * @param    string $a_title   Title
  * @param    string $a_postvar Post Variable
  */
 function __construct($a_title = "", $a_postvar = "")
 {
     parent::__construct($a_title, $a_postvar);
     $this->mode = self::MODE_SELECT;
 }