mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Datafile: Converted from a Datetime pair to a Daterange
This commit is contained in:
parent
cb970b6525
commit
13da904da0
2 changed files with 16 additions and 11 deletions
|
@ -28,6 +28,7 @@
|
|||
#define INCLUDED_DATAFILE
|
||||
|
||||
#include <Interval.h>
|
||||
#include <Daterange.h>
|
||||
#include <FS.h>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
@ -65,8 +66,7 @@ private:
|
|||
// Exclusions fed from Database.
|
||||
std::vector <std::string> _exclusions {};
|
||||
|
||||
Datetime _day1 {0};
|
||||
Datetime _dayN {0};
|
||||
Daterange _range {};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue