Inventory_Presser_Business_Day::close_string()

close_string

On This Page


Return Return

(void)


Top ↑

Source Source

File: includes/class-business-day.php

	public function close_string() {
		return $this->time_string( $this->close_hour, $this->close_minute );
	}