📜  减号在 Java 代码示例中如何工作

📅  最后修改于: 2022-03-11 14:52:30.093000             🧑  作者: Mango

代码示例1
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.