summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/DeletedOccurrenceInfoType.php
blob: 3dcb646212d6655d98c71f2d1b210f8d44f337ab (plain) (tree)



























                                                                                
<?php
/**
 * Contains \jamesiarmes\PhpEws\Type\DeletedOccurrenceInfoType.
 */

namespace jamesiarmes\PhpEws\Type;

use \jamesiarmes\PhpEws\Type;

/**
 * Represents a deleted occurrence of a recurring calendar item.
 *
 * @package php-ews\Type
 */
class DeletedOccurrenceInfoType extends Type
{
    /**
     * Represents the start time of a deleted occurrence of a recurring calendar
     * item.
     *
     * @since Exchange 2007
     *
     * @var string
     *
     * @todo Make a DateTime object.
     */
    public $Start;
}