Ex_Date::should_exclude_all_day()
Check the flag for exclusion of an entire day or specific time.
Return
(bool) Whether this EXDATE will exclude the entire day or specific time.
Source
File: src/Events_Pro/Custom_Tables/V1/RRule/Ex_Date.php
public function should_exclude_all_day(): bool { return $this->should_exclude_all_day; }
Changelog
Version | Description |
---|---|
6.0.3 | Introduced. |