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

namespace jamesiarmes\PhpEws\Type;

/**
 * Describes the frequency, in days, in which a task is regenerated.
 *
 * @package php-ews\Type
 */
class DailyRegeneratingPatternType extends RegeneratingPatternBaseType
{

}