Time
Class Time is a storage container for a time of day.
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$hour
public
int
$hour
$minute
public
int
$minute
$second
public
int
$second
Methods
__construct()
public
__construct(mixed $hour, mixed $minute, mixed $second) : mixed
Parameters
- $hour : mixed
- $minute : mixed
- $second : mixed