monthFirst method

DateTime monthFirst()

Implementation

DateTime monthFirst() {
  return DateTime(year, month, 1, 0, 0, 0);
}