Bitrix API

DatetimePropertyType extends PropertyType

Table of Contents

Methods

__construct()  : mixed
addParameter()  : PropertyType
addParameters()  : PropertyType
getInstance()  : DateTimePropertyType
getNames()  : array<string|int, mixed>
getOriginalValue()  : Date
getParameter()  : Parameter
getParameters()  : array<string|int, mixed>
getValue()  : string

Methods

__construct()

public __construct(mixed $names, Date $dateTime[, bool $withTime = false ][, bool $withTimezone = false ][, bool $isUTC = false ]) : mixed
Parameters
$names : mixed
$dateTime : Date
$withTime : bool = false
$withTimezone : bool = false
$isUTC : bool = false

getInstance()

public static getInstance(mixed $names, Date $dateTime[, bool $withTime = false ][, bool $withTimezone = false ][, bool $isUTC = false ]) : DateTimePropertyType
Parameters
$names : mixed
$dateTime : Date
$withTime : bool = false
$withTimezone : bool = false
$isUTC : bool = false
Return values
DateTimePropertyType

getNames()

public getNames() : array<string|int, mixed>
Return values
array<string|int, mixed>

getParameters()

public getParameters() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results