summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/TransitionTargetType.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/TransitionTargetType.php')
-rw-r--r--modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/TransitionTargetType.php28
1 files changed, 28 insertions, 0 deletions
diff --git a/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/TransitionTargetType.php b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/TransitionTargetType.php
new file mode 100644
index 00000000..d37695b0
--- /dev/null
+++ b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/TransitionTargetType.php
@@ -0,0 +1,28 @@
+<?php
+/**
+ * Contains \jamesiarmes\PhpEws\Type\TransitionTargetType.
+ */
+
+namespace jamesiarmes\PhpEws\Type;
+
+/**
+ * Specifies the target of the time zone transition.
+ *
+ * The target is either a time zone period or a group of time zone transitions.
+ *
+ * @package php-ews\Type
+ */
+class TransitionTargetType extends StringType
+{
+ /**
+ * Indicates whether the time zone transition target is a time zone period
+ * or of a group of time zone transitions.
+ *
+ * @since Exchange 2010
+ *
+ * @var string
+ *
+ * @see \jamesiarmes\PhpEws\Enumeration\TransitionTargetKindType
+ */
+ public $Kind;
+}