DAYS_OF_MONTH constant

List<int> const DAYS_OF_MONTH

每月天数

Implementation

static const List<int> DAYS_OF_MONTH = [
  31,
  28,
  31,
  30,
  31,
  30,
  31,
  31,
  30,
  31,
  30,
  31
];