More docstring updates for OUTPUT parameters

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-11-20 20:41:31 +00:00
parent 3e778e3bde
commit 322913cef3
29 changed files with 749 additions and 662 deletions

View File

@@ -58,11 +58,12 @@
//---------------------------------------------------------------------------
//typedef unsigned short wxDateTime_t;
#define wxDateTime_t int
// wxDateTime represents an absolute moment in the time
class wxDateTime {
public:
typedef unsigned short wxDateTime_t;
enum TZ
{
@@ -362,8 +363,10 @@ public:
static wxString GetWeekDayName(WeekDay weekday,
NameFlags flags = Name_Full);
// get the AM and PM strings in the current locale (may be empty)
static void GetAmPmStrings(wxString *OUTPUT, wxString *OUTPUT);
DocDeclAStr(
static void, GetAmPmStrings(wxString *OUTPUT, wxString *OUTPUT),
"GetAmPmStrings() -> (am, pm)",
"Get the AM and PM strings in the current locale (may be empty)");
// return True if the given country uses DST for this year
static bool IsDSTApplicable(int year = Inv_Year,