libtime++: Date and time calculation

◆ month()

timeint libtime::TAbsoluteTime::month ( ) const
inline

Definition at line 339 of file libtime++.h.

References day(), and getdate().

Referenced by day(), getdate(), hierarchicalstring(), setdate(), setdoy(), TAbsoluteTime(), and timestring().

340  { timeint day, month; getdate(day, month); return(month); }
timeint month() const
Definition: libtime++.h:339
timeint day() const
Definition: libtime++.h:341
integer timeint
Definition: libtime.h:77
void getdate(timeint &day, timeint &month) const
Definition: libtime++.h:331
Here is the call graph for this function:
Here is the caller graph for this function: