Liquid XML Data Binder (C++, Java, VB6) / Reference / C# and VB .Net (Deprecated - use Liquid XML Objects) / Reference / XmlDateTime / Liquid XML Runtime for .Net - SetTimeZone - XmlDateTime
In This Topic
    Liquid XML Runtime for .Net - SetTimeZone - XmlDateTime
    In This Topic
    This feature has been superseded by Liquid XML Objects.
    (The original functionality is still included in the product)
    Use Liquid XML Objects
    void SetTimeZone(sbyte hour, byte minute)
      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 XmlDateTime to use  
        Remarks Calling ToString("s") be formatted with '+|-hour:minute' on the end of the date.