beginningOfMonth method

DateTime beginningOfMonth()

Implementation

DateTime beginningOfMonth() {
  return DateTime(year, month, 1);
}