SpecialOfferDatesInterface
in
Interface SpecialOfferDatesInterface
Table of Contents
- added() : DateTime|null
- Returns the creation date of the special offer.
- begins() : DateTime
- Returns the start date of the special offer.
- expires() : DateTime
- Returns the expiration date of the special offer.
- modified() : DateTime|null
- Returns the last modification date of the special offer.
Methods
added()
Returns the creation date of the special offer.
public
added() : DateTime|null
Return values
DateTime|null —Creation date of special offer.
begins()
Returns the start date of the special offer.
public
begins() : DateTime
Return values
DateTime —Start date of special offer.
expires()
Returns the expiration date of the special offer.
public
expires() : DateTime
Return values
DateTime —Expiration date of special offer.
modified()
Returns the last modification date of the special offer.
public
modified() : DateTime|null
Return values
DateTime|null —Last modification date of special offer.