asDateTimeLocal method

DateTime asDateTimeLocal()

Implementation

DateTime asDateTimeLocal() {
  return DateTime(year, month, day);
}