SimplePie_Caption::get_endtime

Advertisement

Summery Summery

Get the end time

Syntax Syntax

SimplePie_Caption::get_endtime()

Return Return

(string|null) Time in the format 'hh:mm:ss.SSS'

Source Source

File: wp-includes/SimplePie/Caption.php

	{
		if ($this->endTime !== null)
		{
			return $this->endTime;
		}

		return null;
	}

	/**
	 * Get the language

Advertisement

Advertisement

Leave a Reply