...
Property | Type | Description |
---|---|---|
$time | integer|null | Holds the the time information as a number of seconds since the beginning of a day. |
Constructor
The constructor for this value object will initialize a new Value object with the value provided. It accepts an integer representing the number of seconds since the beginning of a day.
String representation
String representation of the date value will generate the date string in the format "H:i:s" as accepted by PHP's built-in date()
function.
Example:
"12:14:56"
Constructor
The constructor for this value object will initialize a new Value object with the value provided. It accepts an integer representing the number of seconds since the beginning of a day.
Hash format
...
Value in hash format is an integer representing a number of seconds since the beginning of a day.
...