tomorrow property

DateTime tomorrow

Tomorrow at same hour / minute / second than now

Implementation

static DateTime get tomorrow => DateTime.now().nextDay;