Jyxo\Time\Time::__toString PHP Метод

__toString() публичный Метод

Returns date/time in the unix timestamp format.
public __toString ( ) : string
Результат string Returns empty string if the stored date/time has no valid UT representation
    public function __toString() : string
    {
        return (string) $this->dateTime->getTimestamp();
    }