Uses of Class
adams.core.DateTimeMsec
-
Packages that use DateTimeMsec Package Description adams.core.base adams.data.spreadsheet adams.ml.data -
-
Uses of DateTimeMsec in adams.core.base
Methods in adams.core.base that return DateTimeMsec Modifier and Type Method Description DateTimeMsec
BaseDateTimeMsec. dateTimeMsecValue()
Returns the DateTimeMsec value. -
Uses of DateTimeMsec in adams.data.spreadsheet
Methods in adams.data.spreadsheet that return DateTimeMsec Modifier and Type Method Description DateTimeMsec
Cell. toDateTimeMsec()
Returns the date/time msec content, null if not a date/time.DateTimeMsec
CellView. toDateTimeMsec()
Returns the date/time msec content, null if not a date/time.DateTimeMsec
DoubleCell. toDateTimeMsec()
Returns the date/time content, null if not a date/time.DateTimeMsec
FloatCell. toDateTimeMsec()
Returns the date/time content, null if not a date/time.Methods in adams.data.spreadsheet with parameters of type DateTimeMsec Modifier and Type Method Description Cell
Cell. setContent(DateTimeMsec value)
Sets the content of the cell.Cell
CellView. setContent(DateTimeMsec value)
Sets the content of the cell.Cell
DoubleCell. setContent(DateTimeMsec value)
Sets the content of the cell.Cell
FloatCell. setContent(DateTimeMsec value)
Sets the content of the cell. -
Uses of DateTimeMsec in adams.ml.data
Methods in adams.ml.data that return DateTimeMsec Modifier and Type Method Description DateTimeMsec
DataCellView. toDateTimeMsec()
Returns the date/time msec content, null if not a date/time.Methods in adams.ml.data with parameters of type DateTimeMsec Modifier and Type Method Description Cell
DataCellView. setContent(DateTimeMsec value)
Sets the content of the cell.
-