The IntlTimeZone class (original) (raw)

IntlTimeZone {

const integer DISPLAY_SHORT = 1 ;

const integer DISPLAY_LONG = 2 ;

public static getCanonicalID ( string $zoneId [, bool &$isSystemID ] ) : string

public getDisplayName ([ bool $isDaylight [, int $style [, string $locale ]]] ) : string

public static getEquivalentID ( string $zoneId , int $index ) : string

public getID ( void ) : string

public static getIDForWindowsID ( string $timezone [, string $region ] ) : string

public getOffset ( float $date , bool $local , int &$rawOffset , int &$dstOffset ) : int

public static getRegion ( string $zoneId ) : string

public static getWindowsID ( string $timezone ) : string

}