Documentation

Horde_Date_Repeater_Month extends Horde_Date_Repeater
in package

Date repeater.

Tags
author

Chuck Hagenbuch chuck@horde.org

category

Horde

copyright

2009-2017 Horde LLC

license

http://www.horde.org/licenses/lgpl21 LGPL

Table of Contents

MONTH_SECONDS  = 2592000
30 * 24 * 60 * 60
$currentMonthStart  : mixed
$now  : mixed
__toString()  : mixed
next()  : mixed
returns the next occurance of this repeatable.
offset()  : mixed
this()  : mixed
width()  : mixed
returns the width (in seconds or months) of this repeatable.

Constants

MONTH_SECONDS

30 * 24 * 60 * 60

public mixed MONTH_SECONDS = 2592000

Properties

$currentMonthStart

public mixed $currentMonthStart

Methods

__toString()

public __toString() : mixed
Return values
mixed

next()

returns the next occurance of this repeatable.

public next([mixed $pointer = 'future' ]) : mixed
Parameters
$pointer : mixed = 'future'
Return values
mixed

offset()

public offset(mixed $span, mixed $amount, mixed $pointer) : mixed
Parameters
$span : mixed
$amount : mixed
$pointer : mixed
Return values
mixed

this()

public this([mixed $pointer = 'future' ]) : mixed
Parameters
$pointer : mixed = 'future'
Return values
mixed

width()

returns the width (in seconds or months) of this repeatable.

public width() : mixed
Return values
mixed

Search results