now method

DateTime now()

The current DateTime

Implementation

DateTime now() {
  return startTime.add(_duration());
}