summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/NoEndRecurrenceRangeType.php
blob: 59426aaba50490f9001bd9bf06612a2bda34c058 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/**
 * Contains \jamesiarmes\PhpEws\Type\NoEndRecurrenceRangeType.
 */

namespace jamesiarmes\PhpEws\Type;

/**
 * Describes the start date of an item recurrence pattern that does not have a
 * defined end date.
 *
 * @package php-ews\Type
 */
class NoEndRecurrenceRangeType extends RecurrenceRangeBaseType
{

}