29 #include <xlnt/xlnt_config.hpp> 52 timedelta(
int days_,
int hours_,
int minutes_,
int seconds_,
int microseconds_);
57 double to_number()
const;
Enumerates the possible types a cell can be determined by it's current value.
Definition: cell.hpp:37
int minutes
The minutes
Definition: timedelta.hpp:72
Represents a span of time between two datetimes. This is not fully supported yet throughout the libra...
Definition: timedelta.hpp:37
int days
The days
Definition: timedelta.hpp:62
int hours
The hours
Definition: timedelta.hpp:67
int seconds
The seconds
Definition: timedelta.hpp:77
int microseconds
The microseconds
Definition: timedelta.hpp:82