C# Class DateTimeZone, peachpie

Representation of time zone.
Afficher le fichier Open project: iolevel/peachpie Class Usage Examples

Protected Properties

Свойство Type Description
_ctx Context

Méthodes publiques

Méthode Description
DateTimeZone ( Context ctx, string timezone_name ) : Pchp.Core
__construct ( string timezone_name ) : void
getLocation ( ) : PhpArray
getName ( ) : string
getOffset ( global, datetime ) : int
getTransitions ( ) : PhpArray
getTransitions ( int timestamp_begin, int timestamp_end ) : PhpArray
listAbbreviations ( ) : PhpArray
listIdentifiers ( Context context, int what = DateTimeZone.ALL, string country = null ) : PhpArray

Private Methods

Méthode Description
DateTimeZone ( Context ctx ) : Pchp.Core
DateTimeZone ( Context ctx, TimeZoneInfo resolvedTimeZone ) : Pchp.Core

Method Details

DateTimeZone() public méthode

public DateTimeZone ( Context ctx, string timezone_name ) : Pchp.Core
ctx Context
timezone_name string
Résultat Pchp.Core

__construct() public méthode

public __construct ( string timezone_name ) : void
timezone_name string
Résultat void

getLocation() public méthode

public getLocation ( ) : PhpArray
Résultat Pchp.Core.PhpArray

getName() public méthode

public getName ( ) : string
Résultat string

getOffset() public méthode

public getOffset ( global, datetime ) : int
datetime global,
Résultat int

getTransitions() public méthode

public getTransitions ( ) : PhpArray
Résultat Pchp.Core.PhpArray

getTransitions() public méthode

public getTransitions ( int timestamp_begin, int timestamp_end ) : PhpArray
timestamp_begin int
timestamp_end int
Résultat Pchp.Core.PhpArray

listAbbreviations() public méthode

public listAbbreviations ( ) : PhpArray
Résultat Pchp.Core.PhpArray

listIdentifiers() public static méthode

public static listIdentifiers ( Context context, int what = DateTimeZone.ALL, string country = null ) : PhpArray
context Context
what int
country string
Résultat Pchp.Core.PhpArray

Property Details

_ctx protected_oe property

protected Context _ctx
Résultat Context