NzaeTimeTz class reference
This class is for the TimeTz data type.
Public member functions
- int compareTo(Object o)
- Compares two NzaeTimeTz objects.
- String toString()
- Returns the string representation.
Public attributes
- offsetMinutes
- The Time Zone portion of TimeTz.
- time
- The time portion of TimeTz.
Public member functions documentation
- int compareTo(Object o)
- Compares two NzaeTimeTz objects.
- String toString()
- Returns the string representation.
Member data documentation
- int offsetMinutes
- The Offset is in minutes.
- java.sql.Time time
- The time portion of TimeTz.