Interface LocalTimeZone


  • public interface LocalTimeZone

    Interface for tLocalTimeZone complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="tLocalTimeZone">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="TimeZone" type="{}tTimeZone"/>
             <element name="DaylightSavingTime" type="{}tDaylightSavingTime"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    Author:
    OpenCloud
    • Method Detail

      • getTimeZone

        String getTimeZone()
        Gets the value of the timeZone property.
        Returns:
        possible object is String
      • setTimeZone

        void setTimeZone​(String value)
        Sets the value of the timeZone property.
        Parameters:
        value - allowed object is String
      • setDaylightSavingTime

        void setDaylightSavingTime​(DaylightSavingTime value)
        Sets the value of the daylightSavingTime property.
        Parameters:
        value - allowed object is DaylightSavingTime