Sabre\VObject\Recur\EventIterator::key PHP Method

key() public method

This is for us simply a 0-based index.
public key ( ) : integer
return integer
    public function key()
    {
        // The counter is always 1 ahead.
        return $this->counter - 1;
    }