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 BaseDateTimeMsec
BaseDateTimeMsec. infinityFuture()
Returns a new BaseDate object initialized with the INF_FUTURE placeholder.static BaseDateTimeMsec
BaseDateTimeMsec. infinityPast()
Returns a new BaseDate object initialized with the INF_PAST placeholder.static BaseDateTimeMsec
BaseDateTimeMsec. 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 BaseDateTimeMsec
BaseDateTimeMsecToString. m_End
the end date to use as basis for the evaluation.protected BaseDateTimeMsec
BaseDateTimeMsecToString. m_Start
the start date to use as basis for the evaluation.Methods in adams.data.conversion that return BaseDateTimeMsec Modifier and Type Method Description BaseDateTimeMsec
BaseDateTimeMsecToString. getEnd()
Returns the end date used in the evaluation.BaseDateTimeMsec
BaseDateTimeMsecToString. getStart()
Returns the start date used in the evaluation.Methods in adams.data.conversion with parameters of type BaseDateTimeMsec Modifier and Type Method Description void
BaseDateTimeMsecToString. setEnd(BaseDateTimeMsec value)
Sets the end date to use in the evaluation.void
BaseDateTimeMsecToString. 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 BaseDateTimeMsec
BaseDateTimeMsecEditor. newDateType(String s)
Returns a new instance of the date type.protected BaseDateTimeMsec
BaseDateTimeMsecEditor. newDateType(Date d)
Returns a new instance of the date type.
-