¿Cómo funciona menos en Java?

The minus() method of Period class in Java is used to subtract the given amount of period from the specified period. 
This functions operates separately on YEAR, MONTH and DAY. 
Note: Normalization is not performed.
Confused Chamois