$seconds
$seconds : integer
A class to represent amounts of time.
inSeconds(integer $seconds) : \duncan3dc\Sonos\Interfaces\Utils\TimeInterface
Create a new instance from a number of seconds.
integer | $seconds | The number of seconds |
parse(string $string) : \duncan3dc\Sonos\Interfaces\Utils\TimeInterface
Create a new instance from a time in the format hh:mm:ss.
string | $string | The time to parse |
start() : \duncan3dc\Sonos\Interfaces\Utils\TimeInterface
Create a new time instance representing the start.