Duration
- Converted Duration::valid to a static method, to match Date.
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
std::string formatCompact () const;
|
||||
|
||||
bool negative () const;
|
||||
bool valid (const std::string&) const;
|
||||
static bool valid (const std::string&);
|
||||
void parse (const std::string&);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user