mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ISO8601d: Added ::startOfWeek
This commit is contained in:
parent
a6331747d2
commit
25c4f8871e
2 changed files with 9 additions and 0 deletions
|
@ -47,6 +47,7 @@ public:
|
|||
bool parse (const std::string&, std::string::size_type&, const std::string& format = "");
|
||||
|
||||
ISO8601d startOfDay () const;
|
||||
ISO8601d startOfWeek () const;
|
||||
|
||||
static bool leapYear (int);
|
||||
static int daysInMonth (int, int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue