Uses of Interface
org.gvsig.timesupport.Chronology
Packages that use Chronology
-
Uses of Chronology in org.gvsig.timesupport
Methods in org.gvsig.timesupport that return ChronologyModifier and TypeMethodDescriptionTime.getChronology()Gets the chronology of the instant.TimeSupportManager.getChronology(int typechronology) Gets anChronologyby code.Chronology.withUTC()Returns an instance of this Chronology that operates in the UTC time zone.Methods in org.gvsig.timesupport with parameters of type ChronologyModifier and TypeMethodDescriptionTimeSupportManager.createAbsoluteInstant(int[] typess, int[] values, Chronology chronology) Creates anAbsoluteInstantwith a set of types and an array of values.TimeSupportManager.createAbsoluteInstant(int type, int value, Chronology chronology) Creates anAbsoluteInstantwith a type and a value and using a chronology.TimeSupportManager.createAbsoluteInstant(Chronology chronology) Creates anAbsoluteInstantwithout any value and using a chronology.TimeSupportManager.createAbsoluteInterval(int years, int months, int weeks, int days, int hours, int minutes, int seconds, int millis, Chronology chronology) Creates anAbsoluteIntervalfrom individual fields and a chronology.TimeSupportManager.createAbsoluteInterval(AbsoluteInstant startAbsoluteInstant, int years, int months, int weeks, int days, int hours, int minutes, int seconds, int millis, Chronology chronology) Creates anAbsoluteIntervalfrom a start instant and an increment of the time fields and a chronology.TimeSupportManager.createAbsoluteInterval(AbsoluteInstant startInstant, AbsoluteInstant endInstant, Chronology chronology) Creates anAbsoluteIntervalfrom a start and an end instants and a chronology.TimeSupportManager.createRelativeInstant(int year, int monthOfYear, int dayOfMonth, int hourOfDay, int minuteOfHour, int secondOfMinute, int millisOfSecond, Chronology chronology) Creates aRelativeInstantusing the datetime field values and using a chronology.TimeSupportManager.createRelativeInstant(long instant, Chronology chronology) Creates aRelativeInstantusing the number of milliseconds from 1970-01-01T00:00Z and using a chronology.TimeSupportManager.createRelativeInstant(Date date, Chronology chronology) Creates aRelativeInstantusing aDateand using a chronology.TimeSupportManager.createRelativeInstant(Chronology chronology) Creates aRelativeInstantusing the current system time and using a chronology.TimeSupportManager.createRelativeInterval(long startInstant, long endInstant, Chronology chronology) Creates aRelativeIntervalfrom a start and an end instants, and using a chonology.voidTimeSupportManager.registerChronology(Chronology chronology) Registers a newChronologythat can be used in the creation of any temporal object.