Use @onlyfor{wxmsw} for MSW-specific methods; fix the return type of
operator+=().
Closes #14024.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70655
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Input, Windows SYSTEMTIME reference
@since 2.9.0
@remarks MSW only
Input, Windows SYSTEMTIME reference
@since 2.9.0
@remarks MSW only
*/
wxDateTime(const struct _SYSTEMTIME& st);
*/
wxDateTime(const struct _SYSTEMTIME& st);
Input, Windows SYSTEMTIME reference
@since 2.9.0
@remarks MSW only
Input, Windows SYSTEMTIME reference
@since 2.9.0
@remarks MSW only
*/
wxDateTime& SetFromMSWSysTime(const struct _SYSTEMTIME& st);
*/
wxDateTime& SetFromMSWSysTime(const struct _SYSTEMTIME& st);
Output, pointer to Windows SYSTEMTIME
@since 2.9.0
@remarks MSW only
Output, pointer to Windows SYSTEMTIME
@since 2.9.0
@remarks MSW only
*/
void GetAsMSWSysTime(struct _SYSTEMTIME* st) const;
*/
void GetAsMSWSysTime(struct _SYSTEMTIME* st) const;
/**
Adds the given date span to this object.
*/
/**
Adds the given date span to this object.
*/
- wxDateTime operator+=(const wxDateSpan& diff);
+ wxDateTime& operator+=(const wxDateSpan& diff);
/**
Subtracts the given date span from this object.
*/
/**
Subtracts the given date span from this object.
*/