LdapTools\Utilities\ADTimeSpan::__construct PHP Метод

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

Pass the time in I8 format, which is represented in intervals of -100 nanoseconds.
public __construct ( string $time = '' )
$time string
    public function __construct($time = '')
    {
        if (!empty($time)) {
            $this->setValuesFromLdap($time);
        }
    }