ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
interface.ilCalendarRecurrenceCalculation.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
26 {
30  public function getFrequenceType(): string;
31 
35  public function getTimeZone(): string;
36 
40  public function getFrequenceUntilCount(): int;
41 
42 
46  public function getFrequenceUntilDate(): ?ilDate;
47 
51  public function getInterval(): int;
52 
57  public function getBYMONTHList(): array;
58 
63  public function getBYWEEKNOList(): array;
64 
69  public function getBYYEARDAYList(): array;
70 
75  public function getBYMONTHDAYList(): array;
76 
77 
82  public function getBYDAYList(): array;
83 
87  public function getBYSETPOSList(): array;
88 
93  public function getExclusionDates(): array;
94 
95 
99  public function validate(): bool;
100 }
getBYSETPOSList()
Get BYSETPOS List.
getBYMONTHList()
Get BYMONTHList.
validate()
validate recurrence
getBYWEEKNOList()
Get BYWEEKNOList.
getTimeZone()
Get timezone of recurrence.
getExclusionDates()
Get exclusion date object.
getBYYEARDAYList()
Get BYYEARDAYLIST.
getInterval()
Get interval of recurrence.
getFrequenceUntilCount()
Get number of recurrences.
getBYMONTHDAYList()
Get BYMONTHDAY List.
getBYDAYList()
Get BYDAY List.
getFrequenceType()
Get Frequence type of recurrence.
getFrequenceUntilDate()
Get end data of recurrence.