![]() |
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
![]() |
#include <FXJulianDate.h>
Public Methods | |
FXJulianDate () | |
FXJulianDate (FXint yr, FXint mo, FXint da) | |
void | setDate (FXint y, FXint m, FXint d) |
void | today () |
FXint | day () |
FXint | month () |
FXint | year () |
FXint | daysInMonth () |
FXint | dayOfWeek () |
FXint | dayOfYear () |
FXbool | leapYear (FXint y) |
const FXchar * | monthName (FXint month) const |
const FXchar * | dayName (FXint day) const |
virtual | ~FXJulianDate () |
Friends | |
FXStream & | operator<< (FXStream &store, const FXJulianDate &d) |
FXStream & | operator>> (FXStream &store, FXJulianDate &d) |
Definition at line 31 of file FXJulianDate.h.
|
use today's date.
|
|
use specific date.
|
|
dtor.
Definition at line 69 of file FXJulianDate.h. |
|
set the adte to a specific date.
|
|
set it to today's date.
|
|
accessors.
|
|
|
|
|
|
|
|
|
|
|
|
is the value a leap year.
|
|
get the name of the month.
|
|
get the name of the day.
|
|
save to stream.
|
|
load from stream.
|