Uses of Class
adams.core.base.BaseDateTimeMsec
-
Packages that use BaseDateTimeMsec Package Description adams.core.base adams.data.conversion adams.gui.goe -
-
Uses of BaseDateTimeMsec in adams.core.base
Methods in adams.core.base that return BaseDateTimeMsec Modifier and Type Method Description static BaseDateTimeMsecBaseDateTimeMsec. infinityFuture()Returns a new BaseDate object initialized with the INF_FUTURE placeholder.static BaseDateTimeMsecBaseDateTimeMsec. infinityPast()Returns a new BaseDate object initialized with the INF_PAST placeholder.static BaseDateTimeMsecBaseDateTimeMsec. now()Returns a new BaseDate object initialized with the NOW placeholder. -
Uses of BaseDateTimeMsec in adams.data.conversion
Fields in adams.data.conversion declared as BaseDateTimeMsec Modifier and Type Field Description protected BaseDateTimeMsecBaseDateTimeMsecToString. m_Endthe end date to use as basis for the evaluation.protected BaseDateTimeMsecBaseDateTimeMsecToString. m_Startthe start date to use as basis for the evaluation.Methods in adams.data.conversion that return BaseDateTimeMsec Modifier and Type Method Description BaseDateTimeMsecBaseDateTimeMsecToString. getEnd()Returns the end date used in the evaluation.BaseDateTimeMsecBaseDateTimeMsecToString. getStart()Returns the start date used in the evaluation.Methods in adams.data.conversion with parameters of type BaseDateTimeMsec Modifier and Type Method Description voidBaseDateTimeMsecToString. setEnd(BaseDateTimeMsec value)Sets the end date to use in the evaluation.voidBaseDateTimeMsecToString. setStart(BaseDateTimeMsec value)Sets the start date to use in the evaluation. -
Uses of BaseDateTimeMsec in adams.gui.goe
Methods in adams.gui.goe that return BaseDateTimeMsec Modifier and Type Method Description protected BaseDateTimeMsecBaseDateTimeMsecEditor. newDateType(String s)Returns a new instance of the date type.protected BaseDateTimeMsecBaseDateTimeMsecEditor. newDateType(Date d)Returns a new instance of the date type.
-