Document wxDateTime::GetValue()

It was referred to in GetTicks() description but not documented itself, add it
now.
This commit is contained in:
Vadim Zeitlin 2016-06-24 14:20:34 +02:00
parent 47791737db
commit aa84e6379a

View File

@ -566,6 +566,15 @@ public:
*/
time_t GetTicks() const;
/**
Returns the number of milliseconds since Jan 1, 1970 UTC.
Directly returns the internal representation of wxDateTime object as
the number of milliseconds (positive or negative) since the Unix/C
epoch.
*/
wxLongLong GetValue() const;
/**
Returns broken down representation of the date and time.
*/