Date
final class Date implements Value (View source)
A PHP representation of the CQL date
type.
Methods
__construct(int $seconds)
Creates a new Date object
static DateTime
int
seconds()
No description
string
__toString()
No description
Details
__construct(int $seconds)
Creates a new Date object
Type
type()
The type of this date.
int
seconds()
No description
string
__toString()
No description