29 #include <xlnt/xlnt_config.hpp>    55     explicit time(
int hour_ = 0, 
int minute_ = 0, 
int second_ = 0, 
int microsecond_ = 0);
    61     explicit time(
const std::string &time_string);
    67     double to_number() 
const;
 
Enumerates the possible types a cell can be determined by it's current value. 
Definition: cell.hpp:36
 
bool operator!=(std::nullptr_t, const cell &cell)
Returns true if this cell is initialized. 
 
A time is a specific time of the day specified in terms of an hour, minute, second, and microsecond (0-999999). It can also be initialized as a fraction of a day using time::from_number. 
Definition: time.hpp:38
 
bool operator==(std::nullptr_t, const cell &cell)
Returns true if this cell is uninitialized.