Uses of Class
org.orekit.time.Month
-
Packages that use Month Package Description 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 Modifier and Type Method 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.Constructors in org.orekit.time with parameters of type Month Constructor Description AbsoluteDate(int year, Month month, int day, int hour, int minute, double second, TimeScale timeScale)
Build an instance from a location in atime scale
.AbsoluteDate(int year, Month month, int day, TimeScale timeScale)
Build an instance from a location in atime 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.FieldAbsoluteDate(Field<T> field, int year, Month month, int day, int hour, int minute, double second, TimeScale timeScale)
Build an instance from a location in atime scale
.FieldAbsoluteDate(Field<T> field, int year, Month month, int day, TimeScale timeScale)
Build an instance from a location in atime scale
.
-