Property | Type | Description | |
---|---|---|---|
_ctx | Context |
Method | 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 ) : |
Method | Description | |
---|---|---|
DateTimeZone ( Context ctx ) : Pchp.Core | ||
DateTimeZone ( Context ctx, |
public DateTimeZone ( Context ctx, string timezone_name ) : Pchp.Core | ||
ctx | Context | |
timezone_name | string | |
return | Pchp.Core |
public __construct ( string timezone_name ) : void | ||
timezone_name | string | |
return | void |
public getTransitions ( int timestamp_begin, int timestamp_end ) : |
||
timestamp_begin | int | |
timestamp_end | int | |
return |
public static listIdentifiers ( Context context, int what = DateTimeZone.ALL, string country = null ) : |
||
context | Context | |
what | int | |
country | string | |
return |