Converts Gregorian date to DateTime object
@override DateTime toDateTime() { return DateTime(year, month, day, hour, minute, second); }