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

namespace jamesiarmes\PhpEws\Type;

/**
 * Describes the frequency, in months, of which task is regenerated.
 *
 * @package php-ews\Type
 */
class MonthlyRegeneratingPatternType extends RegeneratingPatternBaseType
{

}