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

namespace jamesiarmes\PhpEws\Type;

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

}