Aeon\Calendar\Gregorian\GregorianCalendarStub

View at GitHub ( 1.0 )
Introduction

Class synopis

class final GregorianCalendarStub implements Calendar
{
public __construct ( TimeZone $timeZone , [ ? DateTime $currentDate = null ] )
public static UTC ( [ ? DateTime $currentDate = null ] ) : self
public static systemDefault ( [ ? DateTime $currentDate = null ] ) : self
public timeZone ( void ) : TimeZone
public currentYear ( void ) : Year
public currentMonth ( void ) : Month
public currentDay ( void ) : Day
public now ( void ) : DateTime
public yesterday ( void ) : DateTime
public tomorrow ( void ) : DateTime
public setNow ( DateTime $dateTime ) : void
}
Table of Contents