示例#1
0
 public Birthdate withMonth(final Month month) {
   this.birthdateMonth = month.getNumeric();
   return this;
 }