|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DateTimeComponents | |
|---|---|
| org.orekit.time | This independent package provides classes to handle epochs, time scales, and to compare instants together. |
| Uses of DateTimeComponents in org.orekit.time |
|---|
| Methods in org.orekit.time that return DateTimeComponents | |
|---|---|
DateTimeComponents |
AbsoluteDate.getComponents(TimeScale timeScale)
Split the instance into date/time components. |
static DateTimeComponents |
DateTimeComponents.parseDateTime(String string)
Parse a string in ISO-8601 format to build a date/time. |
| Methods in org.orekit.time with parameters of type DateTimeComponents | |
|---|---|
int |
DateTimeComponents.compareTo(DateTimeComponents other)
|
double |
DateTimeComponents.offsetFrom(DateTimeComponents dateTime)
Compute the seconds offset between two instances. |
| Constructors in org.orekit.time with parameters of type DateTimeComponents | |
|---|---|
AbsoluteDate(DateTimeComponents location,
TimeScale timeScale)
Build an instance from a location in a time scale. |
|
DateTimeComponents(DateTimeComponents reference,
double offset)
Build an instance from a seconds offset with respect to another one. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||