Aeon\Calendar\RelativeTimeUnit

View at GitHub ( 1.0 )
Introduction

Class synopis

class final RelativeTimeUnit implements Unit
{
private __construct ( [ ? int $months = null ] , [ ? int $years = null ] )
public static month ( void ) : self
public static months ( int $number ) : self
public static years ( int $number ) : self
public static year ( void ) : self
public toDateInterval ( void ) : \DateInterval
public invert ( void ) : self
public inCalendarMonths ( void ) : int
public isNegative ( void ) : bool
public inYears ( void ) : int
public toNegative ( void ) : self
public toPositive ( void ) : self
public inMonths ( void ) : int
}
Table of Contents