NzaeInterval Class reference
This class is for the Interval data type.
Public member functions
- int compareTo(Object o)
- Compares two NzaeInterval objects.
- String toString()
- Returns the string representation.
Public attributes
- month
- The month portion of the interval.
- time
- The time portion of the interval.
Public member functions documentation
- int compareTo(Object o)
- Compares two NzaeInterval objects.
- String toString()
- Returns the string representation.
Member data documentation
- long month
- Represents months and years.
- long time
- In microseconds. Represents everything but months and years.