Package | Description |
---|---|
fr.cnes.sirius.patrius.time |
Modifier and Type | Method and Description |
---|---|
static Month |
Month.getMonth(int number)
Get the month corresponding to a number.
|
Month |
DateComponents.getMonthEnum()
Get the month as an enumerate.
|
static Month |
Month.parseMonth(String s)
Parse the string to get the month.
|
static Month |
Month.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Month[] |
Month.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbsoluteDate(int year,
Month month,
int day,
int hour,
int minute,
double second,
TimeScale timeScale)
Build an instance from a location in a
time scale . |
AbsoluteDate(int year,
Month month,
int day,
TimeScale timeScale)
Build an instance from a location in a
time scale . |
DateComponents(int yearIn,
Month monthIn,
int dayIn)
Build a date from its components.
|
DateTimeComponents(int year,
Month month,
int day)
Build an instance from raw level components.
|
DateTimeComponents(int year,
Month month,
int day,
int hour,
int minute,
double second)
Build an instance from raw level components.
|
Copyright © 2023 CNES. All rights reserved.