toDateTime method

DateTime toDateTime()

Implementation

DateTime toDateTime() {
  return DateTime.parse(this);
}