SerializableTimeZone
        
        extends Type
    
    
            
            in package
            
        
    
    
    
Defines a time zone.
Table of Contents
Properties
- $Bias : int
 - Represents the general offset from Coordinated Universal Time (UTC).
 - $DaylightTime : SerializableTimeZoneTime
 - Represents an offset from the time relative to UTC represented by the Bias (UTC) element in regions where daylight saving time is observed.
 - $StandardTime : SerializableTimeZoneTime
 - Represents an offset from the time relative to UTC represented by the Bias (UTC) element.
 
Methods
- __clone() : mixed
 - Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
 
Properties
$Bias
Represents the general offset from Coordinated Universal Time (UTC).
    public
        int
    $Bias
    
        This value is in minutes.
Tags
$DaylightTime
Represents an offset from the time relative to UTC represented by the Bias (UTC) element in regions where daylight saving time is observed.
    public
        SerializableTimeZoneTime
    $DaylightTime
    
        This element also contains information about when the transition to daylight saving time from standard time occurs.
Tags
$StandardTime
Represents an offset from the time relative to UTC represented by the Bias (UTC) element.
    public
        SerializableTimeZoneTime
    $StandardTime
    
        This element also contains information about the transition to standard time from daylight saving time in regions where daylight saving time is observed.
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
    public
                    __clone() : mixed