summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/ArrayType/ArrayOfOccurrenceRangesType.php
blob: 7b61e4e4803b48d295e98bc4551fe17391fae559 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
/**
 * Contains \jamesiarmes\PhpEws\ArrayType\ArrayOfOccurrenceRangesType.
 */

namespace jamesiarmes\PhpEws\ArrayType;

use \jamesiarmes\PhpEws\ArrayType;

/**
 * Defines an array of recurrence ranges.
 *
 * @package php-ews\Array
 */
class ArrayOfOccurrenceRangesType extends ArrayType
{
    /**
     * Specifies a range of calendar item occurrences for a repeating calendar
     * item.
     *
     * @since Exchange 2013
     *
     * @var \jamesiarmes\PhpEws\Type\OccurrencesRangeType[]
     */
    public $Range = array();
}