Esempio n. 1
0
 public static IntervalOfTime thisMonth() {
   PointInTime today = PointInTime.today();
   return new PointInTime(today.getYear(), today.getMonth()).promote();
 }