max method

Max max(
  1. DateTime max
)

Implementation

Max max(DateTime max) => Max(DateTime(max.year,max.month,max.day), super.stack);