|
IntlCalendar::setTimeZoneSet the timezone used by this calendar BeschreibungObjektorientierter Stil
public bool IntlCalendar::setTimeZone
( mixed
$timeZone
)Prozeduraler Stil
bool intlcal_set_time_zone
( IntlCalendar
$cal
, mixed $timeZone
)Defines a new timezone for this calendar. The time represented by the object is preserved to the detriment of the field values. Parameter-Liste
Rückgabewerte
Returns Beispiele
Beispiel #1 IntlCalendar::setTimeZone
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: sábado, 1 de junio de 2013 12:00:00 Hora de verano de Europa occidental (instant 1370084400000) sábado, 1 de junio de 2013 11:00:00 GMT (instant 1370084400000) sábado, 1 de junio de 2013 14:33:00 GMT+03:33 (instant 1370084400000) |