thisMonth static method

int thisMonth()

Implementation

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