Uses of Enum Class
org.orekit.time.Month
Packages that use Month
Package
Description
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 MonthModifier and TypeMethodDescriptionstatic MonthMonth.getMonth(int number) Get the month corresponding to a number.DateComponents.getMonthEnum()Get the month as an enumerate.static MonthMonth.parseMonth(String s) Parse the string to get the month.static MonthReturns the enum constant of this class with the specified name.static Month[]Month.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.orekit.time with parameters of type MonthModifierConstructorDescriptionAbsoluteDate(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, int hour, int minute, TimeOffset 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.DateTimeComponents(int year, Month month, int day, int hour, int minute, TimeOffset 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, int hour, int minute, TimeOffset 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.