Method | Description | |
---|---|---|
__construct ( integer | string $nanoseconds ) | Creates a new Time object | |
__toString ( ) : string | ||
nanoseconds ( ) : integer | ||
now ( ) : |
Creates a new Time object with the current time. | |
type ( ) : cassandra\Type | The type of this date. |
public __construct ( integer | string $nanoseconds ) | ||
$nanoseconds | integer | string | Number of nanoseconds since last microsecond |
public __toString ( ) : string | ||
return | string | this date in string format: Cassandra\Time(nanoseconds=$nanoseconds) |
public nanoseconds ( ) : integer | ||
return | integer | number of nanoseconds since the last full microsecond since the last full second since the last full minute since the last full hour since midnight |
public static now ( ) : |
||
return |