Interface TimeAxis

    • Method Detail

      • getChronology

        org.joda.time.Chronology getChronology()
        Return the Chronology used in this time axis
        Specified by:
        getChronology in interface TemporalDomain
      • isAscending

        boolean isAscending()
        Always returns true: values on a time axis are always in ascending order of time
        Specified by:
        isAscending in interface ReferenceableAxis<org.joda.time.DateTime>