ChronoLocalDateTime minus(long, TemporalUnit) method in Java with Examples
The minus() method of a ChronoLocalDateTime interface is used to return a copy of this ChronoLocalDateTime with the specified amount of unit subtracted. If it is not possible to subtract the amount, because the unit is not supported or for some other reason, an exception is thrown. Syntax: default C