1. coloured buttons seem to work
2. wxDateTime::ParseFormat() starts to work git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -791,6 +791,15 @@ public:
|
||||
// returns TRUE if the date is in the given range
|
||||
inline bool IsBetween(const wxDateTime& t1, const wxDateTime& t2) const;
|
||||
|
||||
// do these two objects refer to the same date?
|
||||
inline bool IsSameDate(const wxDateTime& dt) const;
|
||||
|
||||
// do these two objects have the same time?
|
||||
inline bool IsSameTime(const wxDateTime& dt) const;
|
||||
|
||||
// are these two objects equal up to given timespan?
|
||||
inline bool IsEqualUpTo(const wxDateTime& dt, const wxTimeSpan& ts) const;
|
||||
|
||||
// arithmetics with dates (see also below for more operators)
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user