NCBI C++ ToolKit
|
Search Toolkit Book for TDBTimeI
Database format for time where day and time is signed 32 bit. More...
#include <corelib/ncbitime.hpp>
Public Attributes | |
Int4 | days |
days from 1/1/1900 More... | |
Int4 | time |
x/300 seconds from the beginning of current day More... | |
Database format for time where day and time is signed 32 bit.
Definition at line 114 of file ncbitime.hpp.