Added a systemDate() method to the astro::Date class.

ver1_6_1
Chris Laurel 2008-04-23 04:18:01 +00:00
parent caa47487b6
commit 6f39d5c67b
2 changed files with 818 additions and 798 deletions

File diff suppressed because it is too large Load Diff

View File

@ -44,6 +44,8 @@ namespace astro
const char* toCStr(Format format = Locale) const;
operator double() const;
static Date systemDate();
public: