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

namespace jamesiarmes\PhpEws\Type;

/**
 * Describes the frequency, in days, in which a calendar item or a task recurs.
 *
 * @package php-ews\Type
 */
class DailyRecurrencePatternType extends IntervalRecurrencePatternBaseType
{

}