DateTimeValue
in package
implements
DateTimeValueInterface
Read onlyYes
FinalYes
Table of Contents
Interfaces
- DateTimeValueInterface
- This models the smallest piece of data.
Properties
Methods
- __construct() : mixed
- getDisplayValue() : string
- getValue() : string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null
Properties
$format
private
string
$format
$value
private
DateTimeInterface
$value
Methods
__construct()
public
__construct(DateTimeInterface $value, string $format) : mixed
Parameters
- $value : DateTimeInterface
- $format : string
getDisplayValue()
public
getDisplayValue([string|null $locale = null ]) : string
Parameters
- $locale : string|null = null
Return values
stringgetValue()
public
getValue() : string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null