getDateTime method

DateTime getDateTime()

Implementation

DateTime getDateTime() {
  return getBool() ? getDateTimePast() : getDateTimeFuture();
}