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 DateTimeMsecBaseDateTimeMsec. 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 DateTimeMsecCell. toDateTimeMsec()Returns the date/time msec content, null if not a date/time.DateTimeMsecCellView. toDateTimeMsec()Returns the date/time msec content, null if not a date/time.DateTimeMsecDoubleCell. toDateTimeMsec()Returns the date/time content, null if not a date/time.DateTimeMsecFloatCell. 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 CellCell. setContent(DateTimeMsec value)Sets the content of the cell.CellCellView. setContent(DateTimeMsec value)Sets the content of the cell.CellDoubleCell. setContent(DateTimeMsec value)Sets the content of the cell.CellFloatCell. 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 DateTimeMsecDataCellView. 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 CellDataCellView. setContent(DateTimeMsec value)Sets the content of the cell.
-