dayMax property

DateTime get dayMax

当天最大时间

Implementation

DateTime get dayMax => DateTime(year, month, day, 23, 59, 59);