????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.217.200.151 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/icad.astacus.se/sharepoint/vendor/vgrem/php-spo/src/OutlookServices/ |
Upload File : |
<?php /** * This file was generated by phpSPO model generator 2020-04-25T20:52:14+00:00 16.0.20008.12009 */ namespace Office365\OutlookServices; use Office365\Runtime\ClientValue; /** * The frequency of an event. */ class RecurrencePattern extends ClientValue { /** * The recurrence pattern type: Daily = 0, Weekly = 1, AbsoluteMonthly = 2, RelativeMonthly = 3, AbsoluteYearly = 4, RelativeYearly = 5. * @var int */ public $Type; /** * The number of units of a given recurrence type between occurrences. * @var int */ public $Interval; /** * The day of month that the item occurs on. * @var int */ public $DayOfMonth; /** * The month that the item occurs on. This is a number from 1 to 12. * @var int */ public $Month; /** * A collection of days of the week: Sunday = 0, Monday = 1, Tuesday = 2, Wednesday = 3, Thursday = 4, Friday = 5, Saturday = 6. * @var array */ public $DaysOfWeek; /** * The day of the week: Sunday = 0, Monday = 1, Tuesday = 2, Wednesday = 3, Thursday = 4, Friday = 5, Saturday = 6. * @var int */ public $FirstDayOfWeek; /** * The week index: First = 0, Second = 1, Third = 2, Fourth = 3, Last = 4. * @var int */ public $WeekIndex; /** * @var WeekIndex */ public $Index; }