toDateTime method

DateTime toDateTime()

Implementation

DateTime toDateTime() {
  return DateTime(year, month.id);
}