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.


Top ↑

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;
	}

Top ↑

Changelog

Changelog
Version Description
6.0.3 Introduced.