|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Month | |
|---|---|
| org.orekit.time | This independent package provides classes to handle epochs, time scales, and to compare instants together. |
| Uses of Month in org.orekit.time |
|---|
| Methods in org.orekit.time that return Month | |
|---|---|
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. |
| Constructors in org.orekit.time with parameters of type Month | |
|---|---|
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 year,
Month month,
int day)
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||