Uses of Class
com.ilib.tools.zic.RelativeDate
-
Packages that use RelativeDate Package Description com.ilib.tools.zic package-info -
-
Uses of RelativeDate in com.ilib.tools.zic
Fields in com.ilib.tools.zic declared as RelativeDate Modifier and Type Field Description protected RelativeDate
Offset. endDate
protected RelativeDate
Rule. transitionTime
Methods in com.ilib.tools.zic that return RelativeDate Modifier and Type Method Description RelativeDate
RelativeDate. clone()
RelativeDate
Offset. getEndDate()
RelativeDate
Rule. getTransitionTime()
Methods in com.ilib.tools.zic with parameters of type RelativeDate Modifier and Type Method Description int
RelativeDate. compareTo(RelativeDate other)
void
Offset. setEndDate(RelativeDate endDate)
void
Rule. setTransitionTime(RelativeDate transitionTime)
-