Aeon\Calendar\Gregorian\TimeZone

View at GitHub ( 1.0 )
Introduction

Class synopis

class final TimeZone
{
private __construct ( string $name , int $type )
public static id ( string $identifier ) : self
public static abbreviation ( string $abbreviation ) : self
public static offset ( string $offset ) : self
public static fromString ( string $name ) : self
public static isValid ( string $name ) : bool
public static fromDateTimeZone ( \DateTimeZone $dateTimeZone ) : self
public static allIdentifiers ( void ) : array
public static allAbbreviations ( void ) : array
public static __callStatic ( string $name , array $arguments ) : self
public __serialize ( void ) : array
public isOffset ( void ) : bool
public isAbbreviation ( void ) : bool
public isIdentifier ( void ) : bool
public toDateTimeZone ( void ) : \DateTimeZone
public name ( void ) : string
public timeOffset ( DateTime $dateTime ) : TimeOffset
}
Table of Contents