Liquid XML Data Binder (C++, Java, VB6) / Reference / Visual Basic 6 / Reference / DateTime / VB6 SetTimeZone - DateTime
In This Topic
    VB6 SetTimeZone - DateTime
    In This Topic
    Public Sub SetTimeZone(ByVal iHour As Long, ByVal iMinute As Long)
      Property Description  
        Argument iHour sets the Hour part of the TimeZone. (Valid Range = -23 to 23)  
        Argument iMinute 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.