Liquid XML Data Binder (C++, Java, VB6) / Reference / Java / Reference / com.liquid_technologies.ltxmllib20 / DateTime / Java setTimeZone - DateTime
In This Topic
    Java setTimeZone - DateTime
    In This Topic
    public void setTimeZone(byte hour, byte minute)
        throws LtInvalidValueException
      Property Description  
        Argument hour sets the Hour part of the TimeZone. (Valid Range = -23 to 23)  
        Argument minute sets the Minute part of the TimeZone. (Valid Range = 0 to 59)  
        Description Specifies the TimeZone for this DateTime to use  
        Remarks Calling ToString("s") be formatted with '+|-hour:minute' on the end of the date.