summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RecurringDateTransitionType.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RecurringDateTransitionType.php')
-rw-r--r--modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RecurringDateTransitionType.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RecurringDateTransitionType.php b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RecurringDateTransitionType.php
new file mode 100644
index 00000000..65ca16eb
--- /dev/null
+++ b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RecurringDateTransitionType.php
@@ -0,0 +1,23 @@
+<?php
+/**
+ * Contains \jamesiarmes\PhpEws\Type\RecurringDateTransitionType.
+ */
+
+namespace jamesiarmes\PhpEws\Type;
+
+/**
+ * Represents a time zone transition that occurs on a specific date each year.
+ *
+ * @package php-ews\Type
+ */
+class RecurringDateTransitionType extends RecurringTimeTransitionType
+{
+ /**
+ * The day of the month on which the time zone transition occurs.
+ *
+ * @since Exchange 2010
+ *
+ * @var integer
+ */
+ public $Day;
+}