| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.time |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DateTimeComponents.compareTo(DateTimeComponents other) |
double |
DateTimeComponents.offsetFrom(DateTimeComponents dateTime)
Compute the seconds offset between two instances.
|
| Constructor and Description |
|---|
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.
|
Copyright © 2024 CNES. All rights reserved.