GameTime
extends BaseComponent
in package
Table of Contents
Properties
- $date : string|null
- $duration : string|null
- $end : string|null
- $start : string|null
- $fields : array<string|int, string>
Properties
$date
public
string|null
$date
Date of the game or practice. Uses ISO-8601 (24H) format: 2003-04-21T10:29:43
$duration
public
string|null
$duration
The duration of a game or practice
$end
public
string|null
$end
The time a game or practice ends
$start
public
string|null
$start
The time a game or practice starts
$fields
protected
static array<string|int, string>
$fields
= ["date" => "string", "start" => "string", "end" => "string", "duration" => "string"]