currentMonth property

int get currentMonth

Implementation

static int get currentMonth {
  return DateTime.now().month;
}