asMonth method

DateTime asMonth()

Implementation

DateTime asMonth() {
  return DateTime(year, month);
}