currentMonth property

int get currentMonth

Gets the current month.

Implementation

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