UDate CalendarAstronomer::getMoonTime | ( | const MoonAge & | desired, |
UBool | next | ||
) |
Find the next or previous time at which the moon will be in the desired phase.
desired | The desired phase of the moon. |
next | true if the next occurrance of the phase is desired, false for the previous occurrance. |
Definition at line 1257 of file astro.cpp.
References getMoonTime().
{ return getMoonTime(desired.value, next); }