Свойство | Type | Description | |
---|---|---|---|
_ctx | Context |
Méthode | Description | |
---|---|---|
DateTimeZone ( Context ctx, string timezone_name ) : Pchp.Core | ||
__construct ( string timezone_name ) : void | ||
getLocation ( ) : |
||
getName ( ) : string | ||
getOffset ( global, datetime ) : int | ||
getTransitions ( ) : |
||
getTransitions ( int timestamp_begin, int timestamp_end ) : |
||
listAbbreviations ( ) : |
||
listIdentifiers ( Context context, int what = DateTimeZone.ALL, string country = null ) : |
Méthode | Description | |
---|---|---|
DateTimeZone ( Context ctx ) : Pchp.Core | ||
DateTimeZone ( Context ctx, |
public DateTimeZone ( Context ctx, string timezone_name ) : Pchp.Core | ||
ctx | Context | |
timezone_name | string | |
Résultat | Pchp.Core |
public __construct ( string timezone_name ) : void | ||
timezone_name | string | |
Résultat | void |
public getOffset ( global, datetime ) : int | ||
datetime | global, | |
Résultat | int |
public getTransitions ( int timestamp_begin, int timestamp_end ) : |
||
timestamp_begin | int | |
timestamp_end | int | |
Résultat |
public listAbbreviations ( ) : |
||
Résultat |
public static listIdentifiers ( Context context, int what = DateTimeZone.ALL, string country = null ) : |
||
context | Context | |
what | int | |
country | string | |
Résultat |