toDate method

DateTime toDate()

返回当前的 DateTime 对象

Implementation

DateTime toDate() {
  return _date;
}