currentMonth property

int currentMonth

Gets the current month.

Implementation

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